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 | 韃餓蝶 | 111010001110010110001001111011001001001010110001 | e8e589ec92b1 |
EUC-JP | 韃餓蝶 | 111100001110011110110010111011101100010010110011 | f0e7b2eec4b3 |
UTF-8 | 韃餓蝶 | 111010011001111110000011111010011010010010010011111010001001110110110110 | e99f83e9a493e89db6 |
UHC | ?餓蝶 | 0011111111100100101110111110111111001010 | 3fe4bbefca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)