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 | 100010111001110000111111001111110111011101101000 | 8b9c3f3f7768 |
EUC-JP | 亨??wh | 101101011111110000111111001111110111011101101000 | b5fc3f3f7768 |
UTF-8 | 亨욥눈wh | 1110010010111010101010001110110010011010101001011110101110001000100010000111011101101000 | e4baa8ec9aa5eb88887768 |
UHC | 亨욥눈wh | 1111101011111011101111111110100110110100101010110111011101101000 | fafbbfe9b4ab7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)