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 | î²Æê | 11101110101100101100011011101010 | eeb2c6ea |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | î?Æê | 10001111101010111100001000111111100011111010100110100001100011111010101110110100 | 8fabc23f8fa9a18fabb4 |
UTF-8 | î²Æê | 1100001110101110110000101011001011000011100001101100001110101010 | c3aec2b2c386c3aa |
UHC | ?²Æ? | 001111111010100111110111101010001010000100111111 | 3fa9f7a8a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)