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 | ?tx | 001111110111010001111000 | 3f7478 |
SJIS-WIN | ?tx | 001111110111010001111000 | 3f7478 |
EUC-JP | ?tx | 001111110111010001111000 | 3f7478 |
UTF-8 | 혶tx | 1110110110011000101101100111010001111000 | ed98b67478 |
UHC | 혶tx | 11000010100111010111010001111000 | c29d7478 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)