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 | 111001011011100110011111010000001110010110111001100111110100000001000010 | e5b99f40e5b99f4042 |
EUC-JP | 蟷檗蟷檗B | 111010101011101111011101101000011110101010111011110111011010000101000010 | eabbdda1eabbdda142 |
UTF-8 | 蟷檗蟷檗B | 11101000100111111011011111100110101010101001011111101000100111111011011111100110101010101001011101000010 | e89fb7e6aa97e89fb7e6aa9742 |
UHC | ?檗?檗B | 00111111110110111111110000111111110110111111110001000010 | 3fdbfc3fdbfc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)