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 | ͬÛàø | 1100110110101100110110111110000011111000 | cdacdbe0f8 |
SJIS-WIN | ?¬??? | 001111111000000111001010001111110011111100111111 | 3f81ca3f3f3f |
EUC-JP | ͬÛàø | 1000111110101010101111111010001011001100100011111010101011100101100011111010101110100010100011111010100111001100 | 8faabfa2cc8faae58faba28fa9cc |
UTF-8 | ͬÛàø | 11000011100011011100001010101100110000111001101111000011101000001100001110111000 | c38dc2acc39bc3a0c3b8 |
UHC | ????ø | 001111110011111100111111001111111010100110101010 | 3f3f3f3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)