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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 題磬? | 1001000111101000111000011111110000111111 | 91e8e1fc3f |
EUC-JP | 題磬? | 1100001011101010111000101111111000111111 | c2eae2fe3f |
UTF-8 | 題磬짚 | 111010011010000110001100111001111010001110101100111011001010011110011010 | e9a18ce7a3aceca79a |
UHC | 題磬짚 | 111100001011100111001100111001001100001010100100 | f0b9cce4c2a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)