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 | ????D | 0011111100111111001111110011111101000100 | 3f3f3f3f44 |
SJIS-WIN | 中???D | 100100101000011000111111001111110011111101000100 | 92863f3f3f44 |
EUC-JP | 中???D | 110000111110011000111111001111110011111101000100 | c3e63f3f3f44 |
UTF-8 | 中쟉렰렫D | 11100100101110001010110111101100100111111000100111101011101000001011000011101011101000001010101101000100 | e4b8adec9f89eba0b0eba0ab44 |
UHC | 中쟉렰렫D | 111100011110100111000000111100011000111010111101100011101011100101000100 | f1e9c0f18ebd8eb944 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)