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 | 11011110110001000101111001000110 | dec45e46 |
SJIS-WIN | ??^F | 00111111001111110101111001000110 | 3f3f5e46 |
EUC-JP | ÞÄ^F | 1000111110101001101100001000111110101010101000110101111001000110 | 8fa9b08faaa35e46 |
UTF-8 | ÞÄ^F | 110000111001111011000011100001000101111001000110 | c39ec3845e46 |
UHC | Þ?^F | 1010100010101101001111110101111001000110 | a8ad3f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)