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 | 1110000010100000100100101110011110001000111100100110111001000010 | e0a092e788f26e42 |
EUC-JP | 燿堤允nB | 1110000010100010110001001110100110110000111101000110111001000010 | e0a2c4e9b0f46e42 |
UTF-8 | 燿堤允nB | 1110011110000111101111111110010110100000101001001110010110000101100000010110111001000010 | e787bfe5a0a4e585816e42 |
UHC | 燿堤允nB | 1110100011111100111100001010011111101011110000110110111001000010 | e8fcf0a7ebc36e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)