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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 懶萩 | 10011100111011111001010010001011 | 9cef948b |
EUC-JP | 懶萩 | 11011000111100011100011111101011 | d8f1c7eb |
UTF-8 | 懶萩 | 111001101000011110110110111010001001000010101001 | e687b6e890a9 |
UHC | 懶萩 | 11010100111110111111010111010111 | d4fbf5d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)