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 | à çònB | 1110000010100000100100101110011110001000111100100110111001000010 | e0a092e788f26e42 |
SJIS-WIN | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
EUC-JP | à??ç?ònB | 1000111110101011101000100011111100111111100011111010101110101110001111111000111110101011110100100110111001000010 | 8faba23f3f8fabae3f8fabd26e42 |
UTF-8 | à çònB | 1100001110100000110000101010000011000010100100101100001110100111110000101000100011000011101100100110111001000010 | c3a0c2a0c292c3a7c288c3b26e42 |
UHC | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)