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 | ??]???? | 00111111001111110101110100111111001111110011111100111111 | 3f3f5d3f3f3f3f |
SJIS-WIN | 遶ェ]遏ュ蝮ヲ | 11100111101010111010101001011101111001111001111110101101111001011001110110100110 | e7abaa5de79fade59da6 |
EUC-JP | 遶ェ]遏ュ蝮ヲ | 11101110101011011000111010101010010111011110111010100001100011101010110111101001111111011000111010100110 | eead8eaa5deea18eade9fd8ea6 |
UTF-8 | 遶ェ]遏ュ蝮ヲ | 11101001100000011011011011101111101111011010101001011101111010011000000110001111111011111011110110101101111010001001110110101110111011111011110110100110 | e981b6efbdaa5de9818fefbdade89daeefbda6 |
UHC | ??]???? | 00111111001111110101110100111111001111110011111100111111 | 3f3f5d3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)