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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 佇???押? | 1001100011001000001111110011111100111111100010011001111100111111 | 98c83f3f3f899f3f |
EUC-JP | 佇???押? | 1101000011001010001111110011111100111111101100101010000100111111 | d0ca3f3f3fb2a13f |
UTF-8 | 佇쇤렕렜押렯 | 111001001011110110000111111011001000011110100100111010111010000010010101111010111010000010011100111001101000101010111100111010111010000010101111 | e4bd87ec87a4eba095eba09ce68abceba0af |
UHC | 佇쇤렕렜押렯 | 111011101011011110111100111010011000111010101010100011101010111011100100111000111000111010111100 | eeb7bce98eaa8eaee4e38ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)