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 | 褓肺 | 11100101111011101001010001111000 | e5ee9478 |
EUC-JP | 褓肺 | 11101010111100001100011111011001 | eaf0c7d9 |
UTF-8 | 褓肺 | 111010001010010010010011111010001000001010111010 | e8a493e882ba |
UHC | 褓肺 | 11011100110011101111100011001011 | dccef8cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)