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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟯?? | 11100101101100100011111100111111 | e5b23f3f |
EUC-JP | 蟯?? | 11101010101101000011111100111111 | eab43f3f |
UTF-8 | 蟯덉궊 | 111010001001111110101111111010111000110110001001111010101011011010001010 | e89fafeb8d89eab68a |
UHC | 蟯덉궊 | 111010011010100010001000111011001000001010100001 | e9a888ec82a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)