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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 鵝??h鵝?? | 111010100100000000111111001111110110100011101010010000000011111100111111 | ea403f3f68ea403f3f |
EUC-JP | 鵝??h鵝?? | 111100111010000100111111001111110110100011110011101000010011111100111111 | f3a13f3f68f3a13f3f |
UTF-8 | 鵝뜌뢌h鵝뜌뢌 | 11101001101101011001110111101011100111001000110011101011101000101000110001101000111010011011010110011101111010111001110010001100111010111010001010001100 | e9b59deb9c8ceba28c68e9b59deb9c8ceba28c |
UHC | 鵝뜌뢌h鵝뜌뢌 | 11100100101111011000110110001111100011110100100001101000111001001011110110001101100011111000111101001000 | e4bd8d8f8f4868e4bd8d8f8f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)