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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雋倡胸 | 111010001011001010011000111001111000101110111001 | e8b298e78bb9 |
EUC-JP | 雋倡胸 | 111100001011010011010000111010011011011010111011 | f0b4d0e9b6bb |
UTF-8 | 雋倡胸 | 111010011001101110001011111001011000000010100001111010001000001110111000 | e99b8be580a1e883b8 |
UHC | 雋倡胸 | 111100011110011011110011110110111111110111011000 | f1e6f3dbfdd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)