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 | 11101000100100101001111111100101100111011001000101000010 | e8929fe59d9142 |
EUC-JP | 闥溷搗B | 11101111111100101101111011100111110110011111000101000010 | eff2dee7d9f142 |
UTF-8 | 闥溷搗B | 11101001100101111010010111100110101110101011011111100110100100001001011101000010 | e997a5e6bab7e6909742 |
UHC | ??搗B | 0011111100111111110100111111110101000010 | 3f3fd3fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)