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 | ???wh | 0011111100111111001111110111011101101000 | 3f3f3f7768 |
SJIS-WIN | 撓∽?wh | 10011101100110101000000111100100001111110111011101101000 | 9d9a81e43f7768 |
EUC-JP | 撓∽?wh | 11011001111110101010001011100110001111110111011101101000 | d9faa2e63f7768 |
UTF-8 | 撓∽슝wh | 1110011010010010100100111110001010001000101111011110110010001010100111010111011101101000 | e69293e288bdec8a9d7768 |
UHC | 撓∽슝wh | 1110100011110101101000011110111110111101101110010111011101101000 | e8f5a1efbdb97768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)