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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???班? | 001111110011111100111111100101001100011100111111 | 3f3f3f94c73f |
EUC-JP | ???班? | 001111110011111100111111110010001100100100111111 | 3f3f3fc8c93f |
UTF-8 | 롙뤓탮班죳 | 111010111010000110011001111010111010010010010011111011011000001110101110111001111000111110101101111011001010001110110011 | eba199eba493ed83aee78fadeca3b3 |
UHC | 롙뤓탮班죳 | 10001110110111011000111111000011101101011000111011011010111011001010000110001110 | 8edd8fc3b58edaeca18e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)