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 | 1110000010011011111001111011110101000010 | e09be7bd42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | à?ç?B | 100011111010101110100010001111111000111110101011101011100011111101000010 | 8faba23f8fabae3f42 |
UTF-8 | àç½B | 110000111010000011000010100110111100001110100111110000101011110101000010 | c3a0c29bc3a7c2bd42 |
UHC | ???½B | 001111110011111100111111101010001111011001000010 | 3f3f3fa8f642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)