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 | ?LE | 001111110100110001000101 | 3f4c45 |
SJIS-WIN | ?LE | 001111110100110001000101 | 3f4c45 |
EUC-JP | ?LE | 001111110100110001000101 | 3f4c45 |
UTF-8 | 묭LE | 1110101110101100101011010100110001000101 | ebacad4c45 |
UHC | 묭LE | 10010010010001000100110001000101 | 92444c45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)