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鵝뚰뢟 | 11101001101101011001110111101011100110101011000011101011101000101001111101101000111010011011010110011101111010111001101010110000111010111010001010011111 | e9b59deb9ab0eba29f68e9b59deb9ab0eba29f |
UHC | 鵝뚰뢟h鵝뚰뢟 | 11100100101111011000110011101101100011110101101001101000111001001011110110001100111011011000111101011010 | e4bd8ced8f5a68e4bd8ced8f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)