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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闔ィ髮 | 1110100010001110101010001110100110011011 | e88ea8e99b |
EUC-JP | 闔ィ髮 | 111011111110111010001110101010001111000111111011 | efee8ea8f1fb |
UTF-8 | 闔ィ髮 | 111010011001011110010100111011111011110110101000111010011010101110101110 | e99794efbda8e9abae |
UHC | 闔?髮 | 1111100111101111001111111101101110100101 | f9ef3fdba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)