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 | ?tF | 001111110111010001000110 | 3f7446 |
SJIS-WIN | ?tF | 001111110111010001000110 | 3f7446 |
EUC-JP | ?tF | 001111110111010001000110 | 3f7446 |
UTF-8 | 혣tF | 1110110110011000101000110111010001000110 | ed98a37446 |
UHC | 혣tF | 11000010100011000111010001000110 | c28c7446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)