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 | 111001111000111010001001111010111000010110011000110100001010000101000010 | e78e89eb8598d0a142 |
SJIS-WIN | ????????B | 001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f42 |
EUC-JP | ç??ë???¡B | 100011111010101110101110001111110011111110001111101010111011001100111111001111110011111110001111101000101100001001000010 | 8fabae3f3f8fabb33f3f3f8fa2c242 |
UTF-8 | çë СB | 1100001110100111110000101000111011000010100010011100001110101011110000101000010111000010100110001100001110010000110000101010000101000010 | c3a7c28ec289c3abc285c298c390c2a142 |
UHC | ??????СB | 0011111100111111001111110011111100111111001111111010100010100010101000101010111001000010 | 3f3f3f3f3f3fa8a2a2ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)