To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 珈涌鈔盖魎 | 11100000110110111001011101001111111001111110001011100001101100111110100110110010 | e0db974fe7e2e1b3e9b2 |
EUC-JP | 珈涌鈔盖魎 | 11100000110111011100110110110000111011101110010011100010101101011111001010110100 | e0ddcdb0eee4e2b5f2b4 |
UTF-8 | 珈涌鈔盖魎 | 111001111000111110001000111001101011011010001100111010011000100010010100111001111001101110010110111010011010110110001110 | e78f88e6b68ce98894e79b96e9ad8e |
UHC | ?涌?盖? | 00111111111010011011111100111111110010111100110000111111 | 3fe9bf3fcbcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)