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 | 渹疾鍾 | 111110110100011010001110101111101000111111011111 | fb468ebe8fdf |
EUC-JP | 渹疾鍾 | 10001111110001111110111010111100110000001011111011100001 | 8fc7eebcc0bee1 |
UTF-8 | 渹疾鍾 | 111001101011100010111001111001111001011010111110111010011000110110111110 | e6b8b9e796bee98dbe |
UHC | ?疾鍾 | 0011111111110010111100001111000110100011 | 3ff2f0f1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)