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 | 喇鯣 | 10011010011010001110100111000110 | 9a68e9c6 |
EUC-JP | 喇鯣 | 11010011110010011111001011001000 | d3c9f2c8 |
UTF-8 | 喇鯣 | 111001011001011010000111111010011010111110100011 | e59687e9afa3 |
UHC | 喇? | 110101001111101000111111 | d4fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)