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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 諞ル掌H | 11100110100001101000001110001011100011111011011001001000 | e686838b8fb648 |
EUC-JP | 諞ル掌H | 11101011111001101010010111101011101111101011100001001000 | ebe6a5ebbeb848 |
UTF-8 | 諞ル掌H | 11101000101010111001111011100011100000111010101111100110100011101000110001001000 | e8ab9ee383abe68e8c48 |
UHC | ?ル掌H | 001111111010101111101011111011011110011001001000 | 3fabebede648 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)