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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 淨?低?h | 10011111110001000011111110010010111000010011111101101000 | 9fc43f92e13f68 |
EUC-JP | 淨?低?h | 11011110110001100011111111000100111000110011111101101000 | dec63fc4e33f68 |
UTF-8 | 淨렠低렮h | 11100110101101111010100011101011101000001010000011100100101111011000111011101011101000001010111001101000 | e6b7a8eba0a0e4bd8eeba0ae68 |
UHC | 淨렠低렮h | 111011111110010010001110101100011110111010111000100011101011101101101000 | efe48eb1eeb88ebb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)