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 | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | 鸚??逸?H | 1110101001011111001111110011111110001000111011010011111101001000 | ea5f3f3f88ed3f48 |
EUC-JP | 鸚??逸?H | 1111001111000000001111110011111110110000111011110011111101001000 | f3c03f3fb0ef3f48 |
UTF-8 | 鸚쒖눦逸퀅H | 11101001101110001001101011101100100100101001011011101011100010001010011011101001100000001011100011101101100000001000010101001000 | e9b89aec9296eb88a6e980b8ed808548 |
UHC | 鸚쒖눦逸퀅H | 1110010110100100100111001110110010000111101111011110110011101111101100110111010101001000 | e5a49cec87bdecefb37548 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)