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 | Þö?? | 11011110111101100011111100111111 | def63f3f |
SJIS-WIN | ???踪 | 0011111100111111001111111110011101001000 | 3f3f3fe748 |
EUC-JP | ÞöŴ踪 | 1000111110101001101100001000111110101011110100111000111110101010111100011110110110101001 | 8fa9b08fabd38faaf1eda9 |
UTF-8 | ÞöŴ踪 | 110000111001111011000011101101101100010110110100111010001011100010101010 | c39ec3b6c5b4e8b8aa |
UHC | Þ??踪 | 101010001010110100111111001111111111000110100001 | a8ad3f3ff1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)