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 | î³U | 111011101011001101010101 | eeb355 |
SJIS-WIN | ??U | 001111110011111101010101 | 3f3f55 |
EUC-JP | î?U | 1000111110101011110000100011111101010101 | 8fabc23f55 |
UTF-8 | î³U | 1100001110101110110000101011001101010101 | c3aec2b355 |
UHC | ?³U | 00111111101010011111100001010101 | 3fa9f855 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)