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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 殿?至? | 100100110110000100111111100011101000101000111111 | 93613f8e8a3f |
EUC-JP | 殿?至? | 110001011100001000111111101110111110101000111111 | c5c23fbbea3f |
UTF-8 | 殿렏至렡 | 111001101010111010111111111010111010000010001111111010001000011110110011111010111010000010100001 | e6aebfeba08fe887b3eba0a1 |
UHC | 殿렏至렡 | 1110111011111100100011101010010111110010101110001000111010110010 | eefc8ea5f2b88eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)