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 | ò«ÞèÍ÷ | 111100101010101111011110111010001100110111110111 | f2abdee8cdf7 |
SJIS-WIN | ?????÷ | 00111111001111110011111100111111001111111000000110000000 | 3f3f3f3f3f8180 |
EUC-JP | ò?ÞèÍ÷ | 100011111010101111010010001111111000111110101001101100001000111110101011101100101000111110101010101111111010000111100000 | 8fabd23f8fa9b08fabb28faabfa1e0 |
UTF-8 | ò«ÞèÍ÷ | 110000111011001011000010101010111100001110011110110000111010100011000011100011011100001110110111 | c3b2c2abc39ec3a8c38dc3b7 |
UHC | ??Þ??÷ | 0011111100111111101010001010110100111111001111111010000111000000 | 3f3fa8ad3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)