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?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 鵝??h鵝? | 1110101001000000001111110011111101101000111010100100000000111111 | ea403f3f68ea403f |
EUC-JP | 鵝??h鵝? | 1111001110100001001111110011111101101000111100111010000100111111 | f3a13f3f68f3a13f |
UTF-8 | 鵝랁뢊h鵝랁 | 11101001101101011001110111101011100111101000000111101011101000101000101001101000111010011011010110011101111010111001111010000001 | e9b59deb9e81eba28a68e9b59deb9e81 |
UHC | 鵝랁뢊h鵝랁 | 1110010010111101100011011110110110001111010001100110100011100100101111011000110111101101 | e4bd8ded8f4668e4bd8ded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)