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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 萓宗萓宗B | 111001001011111010001111010000001110010010111110100011110100000001000010 | e4be8f40e4be8f4042 |
EUC-JP | 萓宗萓宗B | 111010001100000010111101101000011110100011000000101111011010000101000010 | e8c0bda1e8c0bda142 |
UTF-8 | 萓宗萓宗B | 11101000100100001001001111100101101011101001011111101000100100001001001111100101101011101001011101000010 | e89093e5ae97e89093e5ae9742 |
UHC | ?宗?宗B | 00111111111100001111001100111111111100001111001101000010 | 3ff0f33ff0f342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)