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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 懿?紙?B | 10011100111100100011111110001110100001100011111101000010 | 9cf23f8e863f42 |
EUC-JP | 懿?紙?B | 11011000111101000011111110111011111001100011111101000010 | d8f43fbbe63f42 |
UTF-8 | 懿렭紙렟B | 11100110100001111011111111101011101000001010110111100111101101001001100111101011101000001001111101000010 | e687bfeba0ade7b499eba09f42 |
UHC | 懿렭紙렟B | 111010111111001110001110101110101111001010110101100011101011000001000010 | ebf38ebaf2b58eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)