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 | çÇÖÈÛÈ | 111001111100011111010110110010001101101111001000 | e7c7d6c8dbc8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | çÇÖÈÛÈ | 100011111010101110101110100011111010101010101110100011111010101011010011100011111010101010110010100011111010101011100101100011111010101010110010 | 8fabae8faaae8faad38faab28faae58faab2 |
UTF-8 | çÇÖÈÛÈ | 110000111010011111000011100001111100001110010110110000111000100011000011100110111100001110001000 | c3a7c387c396c388c39bc388 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)