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 | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 鵝?@鵝?@B | 111010100100000000111111010000001110101001000000001111110100000001000010 | ea403f40ea403f4042 |
EUC-JP | 鵝?@鵝?@B | 111100111010000100111111010000001111001110100001001111110100000001000010 | f3a13f40f3a13f4042 |
UTF-8 | 鵝낾@鵝낾@B | 111010011011010110011101111010111000001010111110010000001110100110110101100111011110101110000010101111100100000001000010 | e9b59deb82be40e9b59deb82be4042 |
UHC | 鵝낾@鵝낾@B | 1110010010111101100001100100110101000000111001001011110110000110010011010100000001000010 | e4bd864d40e4bd864d4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)