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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?⇒序ア□B | 00111111100000011100101110001111100110001000001101000001100000011010000001000010 | 3f81cb8f98834181a042 |
EUC-JP | ?⇒序ア□B | 00111111101000101100110110111101111110001010010110100010101000101010001001000010 | 3fa2cdbdf8a5a2a2a242 |
UTF-8 | 룶⇒序ア□B | 11101011101000111011011011100010100001111001001011100101101110101000111111100011100000101010001011100010100101101010000101000010 | eba3b6e28792e5ba8fe382a2e296a142 |
UHC | 룶⇒序ア□B | 1000111110101011101000101010000111011111111011011010101110100010101000011110000001000010 | 8faba2a1dfedaba2a1e042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)