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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 撓∽?}B | 10011101100110101000000111100100001111110111110101000010 | 9d9a81e43f7d42 |
EUC-JP | 撓∽?}B | 11011001111110101010001011100110001111110111110101000010 | d9faa2e63f7d42 |
UTF-8 | 撓∽쉘}B | 1110011010010010100100111110001010001000101111011110110010001001100110000111110101000010 | e69293e288bdec89987d42 |
UHC | 撓∽쉘}B | 1110100011110101101000011110111110111101101010010111110101000010 | e8f5a1efbda97d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)