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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蜈??貴^ | 11100101100001010011111100111111100010110100110101011110 | e5853f3f8b4d5e |
EUC-JP | 蜈??貴^ | 11101001111001010011111100111111101101011010111001011110 | e9e53f3fb5ae5e |
UTF-8 | 蜈룩쎗貴^ | 11101000100111001000100011101011101000111010100111101100100011101001011111101000101100101011010001011110 | e89c88eba3a9ec8e97e8b2b45e |
UHC | 蜈룩쎗貴^ | 111010001010010110110111111010001001101110111110110011111111111001011110 | e8a5b7e89bbecffe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)