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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 廛瞽 | 10011100010001001110000111011010 | 9c44e1da |
EUC-JP | 廛瞽 | 11010111101001011110001011011100 | d7a5e2dc |
UTF-8 | 廛瞽 | 111001011011101110011011111001111001111010111101 | e5bb9be79ebd |
UHC | 廛? | 111011101111100000111111 | eef83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)