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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 幼?B | 10010111011000110011111101000010 | 97633f42 |
EUC-JP | 幼?B | 11001101110001000011111101000010 | cdc43f42 |
UTF-8 | 幼톁B | 11100101101110011011110011101101100001101000000101000010 | e5b9bced868142 |
UHC | 幼톁B | 1110101011101010101101110101001101000010 | eaeab75342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)