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 | ?UB | 001111110101010101000010 | 3f5542 |
SJIS-WIN | ?UB | 001111110101010101000010 | 3f5542 |
EUC-JP | ?UB | 001111110101010101000010 | 3f5542 |
UTF-8 | 묪UB | 1110101110101100101010100101010101000010 | ebacaa5542 |
UHC | 묪UB | 10010010010000100101010101000010 | 92425542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)