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 | 蒸基??臍 | 1000111111110110100010101110111000111111001111111110010001100000 | 8ff68aee3f3fe460 |
EUC-JP | 蒸基??臍 | 1011111011111000101101001111000000111111001111111110011111000001 | bef8b4f03f3fe7c1 |
UTF-8 | 蒸基렰렕臍 | 111010001001001010111000111001011001111110111010111010111010000010110000111010111010000010010101111010001000011110001101 | e892b8e59fbaeba0b0eba095e8878d |
UHC | 蒸基렰렕臍 | 11110001111110101101000011110001100011101011110110001110101010101111000010110000 | f1fad0f18ebd8eaaf0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)