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 | BkA^ | 10010001010000101000100101101011100100010100000101011110 | 9142896b91415e |
SJIS-WIN | ?B?k?A^ | 00111111010000100011111101101011001111110100000101011110 | 3f423f6b3f415e |
EUC-JP | ?B?k?A^ | 00111111010000100011111101101011001111110100000101011110 | 3f423f6b3f415e |
UTF-8 | BkA^ | 11000010100100010100001011000010100010010110101111000010100100010100000101011110 | c29142c2896bc291415e |
UHC | ?B?k?A^ | 00111111010000100011111101101011001111110100000101011110 | 3f423f6b3f415e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)