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 | 迅? | 100100000111011000111111 | 90763f |
EUC-JP | 迅? | 101111111101011100111111 | bfd73f |
UTF-8 | 迅띶 | 111010001011111110000101111010111001110110110110 | e8bf85eb9db6 |
UHC | 迅띶 | 11100011111101101000110111100101 | e3f68de5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)