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 | 邂蓄 | 11100111101011101001001001111110 | e7ae927e |
EUC-JP | 邂蓄 | 11101110101100001100001111011111 | eeb0c3df |
UTF-8 | 邂蓄 | 111010011000001010000010111010001001001110000100 | e98282e89384 |
UHC | 邂蓄 | 11111010101100111111010111101011 | fab3f5eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)