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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 余???\ | 100101110101110100111111001111110011111101011100 | 975d3f3f3f5c |
EUC-JP | 余???\ | 110011011011111000111111001111110011111101011100 | cdbe3f3f3f5c |
UTF-8 | 余뽯ㅉ흢\ | 11100100101111011001100111101011101111011010111111100011100001011000100111101101100111011010001001011100 | e4bd99ebbdafe38589ed9da25c |
UHC | 余뽯ㅉ흢\ | 111001011111100110010110111010111010010010111001110001011000001001011100 | e5f996eba4b9c5825c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)