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 | 淵糲 | 10010101101000111110001011111000 | 95a3e2f8 |
EUC-JP | 淵糲 | 11001010101001011110010011111010 | caa5e4fa |
UTF-8 | 淵糲 | 111001101011011110110101111001111011001110110010 | e6b7b5e7b3b2 |
UHC | 淵? | 111001101101000000111111 | e6d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)