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 | 鬘乗㊧閻 | 1110100110100001100011111110011010000111100010001110100010000101 | e9a18fe68788e885 |
EUC-JP | 鬘乗?閻 | 11110010101000111011111011101000001111111110111111100101 | f2a3bee83fefe5 |
UTF-8 | 鬘乗㊧閻 | 111010011010110010011000111001001011100110010111111000111000101010100111111010011001011010111011 | e9ac98e4b997e38aa7e996bb |
UHC | ???閻 | 0011111100111111001111111110011110100010 | 3f3f3fe7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)