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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 鼎??B | 1001001101000011001111110011111101000010 | 93433f3f42 |
EUC-JP | 鼎??B | 1100010110100100001111110011111101000010 | c5a43f3f42 |
UTF-8 | 鼎縷륏B | 11101001101111001000111011101111101001011001000011101011101001011000111101000010 | e9bc8eefa590eba58f42 |
UHC | 鼎縷륏B | 11110000101000111101001011101010101101111111011101000010 | f0a3d2eab7f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)