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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??憶???B | 0011111100111111100010011010111100111111001111110011111101000010 | 3f3f89af3f3f3f42 |
EUC-JP | ??憶?嫄?B | 00111111001111111011001010110001001111111000111110111010101000010011111101000010 | 3f3fb2b13f8fbaa13f42 |
UTF-8 | 諪렚憶렕嫄렔B | 11101000101010111010101011101011101000001001101011100110100001101011011011101011101000001001010111100101101010111000010011101011101000001001010001000010 | e8abaaeba09ae686b6eba095e5ab84eba09442 |
UHC | 諪렚憶렕嫄렔B | 11101111111101011000111010101101111001011110001110001110101010101110101010110001100011101010100101000010 | eff58eade5e38eaaeab18ea942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)