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 | Þó?? | 11011110111100110011111100111111 | def33f3f |
SJIS-WIN | ???踪 | 0011111100111111001111111110011101001000 | 3f3f3fe748 |
EUC-JP | Þóœ踪 | 1000111110101001101100001000111110101011110100011000111110101001110011011110110110101001 | 8fa9b08fabd18fa9cdeda9 |
UTF-8 | Þóœ踪 | 110000111001111011000011101100111100010110010011111010001011100010101010 | c39ec3b3c593e8b8aa |
UHC | Þ?œ踪 | 10101000101011010011111110101001101010111111000110100001 | a8ad3fa9abf1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)