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 | óêÝ÷ | 11110011111010101101110111110111 | f3eaddf7 |
SJIS-WIN | ???÷ | 0011111100111111001111111000000110000000 | 3f3f3f8180 |
EUC-JP | óêÝ÷ | 1000111110101011110100011000111110101011101101001000111110101010111100101010000111100000 | 8fabd18fabb48faaf2a1e0 |
UTF-8 | óêÝ÷ | 1100001110110011110000111010101011000011100111011100001110110111 | c3b3c3aac39dc3b7 |
UHC | ???÷ | 0011111100111111001111111010000111000000 | 3f3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)