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 | 110011101001001011101111101111011000000001000010 | ce92efbd8042 |
SJIS-WIN | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
EUC-JP | Î?ï??B | 10001111101010101100001000111111100011111010101111000001001111110011111101000010 | 8faac23f8fabc13f3f42 |
UTF-8 | Îï½B | 1100001110001110110000101001001011000011101011111100001010111101110000101000000001000010 | c38ec292c3afc2bdc28042 |
UHC | ???½?B | 00111111001111110011111110101000111101100011111101000010 | 3f3f3fa8f63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)