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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 韋包スオP | 11101000111010001001010111101111101111011011010101010000 | e8e895efbdb550 |
EUC-JP | 韋包スオP | 111100001110101011001010111100011000111010111101100011101011010101010000 | f0eacaf18ebd8eb550 |
UTF-8 | 韋包スオP | 11101001100111111000101111100101100011001000010111101111101111011011110111101111101111011011010101010000 | e99f8be58c85efbdbdefbdb550 |
UHC | 韋包??P | 11101010110111111111100011010000001111110011111101010000 | eadff8d03f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)