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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 跣咏鎗B | 11100110111011111001100111100111100100011001100101000010 | e6ef99e7919942 |
EUC-JP | 跣咏鎗B | 11101100111100011101001011101001110000011111100101000010 | ecf1d2e9c1f942 |
UTF-8 | 跣咏鎗B | 11101000101101111010001111100101100100101000111111101001100011101001011101000010 | e8b7a3e5928fe98e9742 |
UHC | 跣??B | 1110000011010011001111110011111101000010 | e0d33f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)