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 | 蒸基??池 | 1000111111110110100010101110111000111111001111111001001001110010 | 8ff68aee3f3f9272 |
EUC-JP | 蒸基??池 | 1011111011111000101101001111000000111111001111111100001111010011 | bef8b4f03f3fc3d3 |
UTF-8 | 蒸基렰렚池 | 111010001001001010111000111001011001111110111010111010111010000010110000111010111010000010011010111001101011000110100000 | e892b8e59fbaeba0b0eba09ae6b1a0 |
UHC | 蒸基렰렚池 | 11110001111110101101000011110001100011101011110110001110101011011111001010101110 | f1fad0f18ebd8eadf2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)