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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 犇犇B | 111000001011010011110000111010011110000010110100111100001110100101000010 | e0b4f0e9e0b4f0e942 |
EUC-JP | 犇?犇?B | 11100000101101100011111111100000101101100011111101000010 | e0b63fe0b63f42 |
UTF-8 | 犇犇B | 11100111100010101000011111101110100000101010100011100111100010101000011111101110100000101010100001000010 | e78a87ee82a8e78a87ee82a842 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)