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 | 迅뚿 | 111010001011111110000101111010111001101010111111 | e8bf85eb9abf |
UHC | 迅뚿 | 11100011111101101000110011111011 | e3f68cfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)