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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉈舌d褞 | 1110011111101011100100001110001110000010100001001110010111110000 | e7eb90e38284e5f0 |
EUC-JP | 鉈舌d褞 | 1110111011101101110000001110010110100011111001001110101011110010 | eeedc0e5a3e4eaf2 |
UTF-8 | 鉈舌d褞 | 111010011000100110001000111010001000100010001100111011111011110110000100111010001010010010011110 | e98988e8888cefbd84e8a49e |
UHC | ?舌d? | 001111111110000011011111101000111110010000111111 | 3fe0dfa3e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)