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 | 蒸???靖 | 10001111111101100011111100111111001111111001011011110101 | 8ff63f3f3f96f5 |
EUC-JP | 蒸???靖 | 10111110111110000011111100111111001111111100110011110111 | bef83f3f3fccf7 |
UTF-8 | 蒸비렰렮靖 | 111010001001001010111000111010111011100110000100111010111010000010110000111010111010000010101110111010011001110110010110 | e892b8ebb984eba0b0eba0aee99d96 |
UHC | 蒸비렰렮靖 | 11110001111110101011101011110001100011101011110110001110101110111110111111111110 | f1fabaf18ebd8ebbeffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)