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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 譁懃濫F | 11100110100101101001110011100111100101111001010001000110 | e6969ce7979446 |
EUC-JP | 譁懃濫F | 11101011111101101101100011101001110011011111010001000110 | ebf6d8e9cdf446 |
UTF-8 | 譁懃濫F | 11101000101011011000000111100110100001111000001111100110101111111010101101000110 | e8ad81e68783e6bfab46 |
UHC | 譁懃濫F | 11111100101001101101000011000100110101011011110101000110 | fca6d0c4d5bd46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)