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 | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 蕣隘蠡nB | 1110010011111010111010001010010111100101110000000110111001000010 | e4fae8a5e5c06e42 |
EUC-JP | 蕣隘蠡nB | 1110100011111100111100001010011111101010110000100110111001000010 | e8fcf0a7eac26e42 |
UTF-8 | 蕣隘蠡nB | 1110100010010101101000111110100110011010100110001110100010100000101000010110111001000010 | e895a3e99a98e8a0a16e42 |
UHC | 蕣隘?nB | 11100010111100101110010011110110001111110110111001000010 | e2f2e4f63f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)