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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 舌銑顔}B | 1001000011100011100100010100110010001010111001110111110101000010 | 90e3914c8ae77d42 |
EUC-JP | 舌銑顔}B | 1100000011100101110000011010110110110100111010010111110101000010 | c0e5c1adb4e97d42 |
UTF-8 | 舌銑顔}B | 1110100010001000100011001110100110001010100100011110100110100001100101000111110101000010 | e8888ce98a91e9a1947d42 |
UHC | 舌銑顔}B | 1110000011011111111000001101010111100100110101000111110101000010 | e0dfe0d5e4d47d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)