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 | ??BB | 00111111001111110100001001000010 | 3f3f4242 |
SJIS-WIN | 蝸スBB | 1110010110010111101111010100001001000010 | e597bd4242 |
EUC-JP | 蝸スBB | 111010011111011110001110101111010100001001000010 | e9f78ebd4242 |
UTF-8 | 蝸スBB | 1110100010011101101110001110111110111101101111010100001001000010 | e89db8efbdbd4242 |
UHC | 蝸?BB | 1110100011000100001111110100001001000010 | e8c43f4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)