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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 鵝?h鵝? | 11101010010000000011111101101000111010100100000000111111 | ea403f68ea403f |
EUC-JP | 鵝?h鵝? | 11110011101000010011111101101000111100111010000100111111 | f3a13f68f3a13f |
UTF-8 | 鵝냒h鵝냒 | 11101001101101011001110111101011100000111001001001101000111010011011010110011101111010111000001110010010 | e9b59deb839268e9b59deb8392 |
UHC | 鵝냒h鵝냒 | 111001001011110110000110010110100110100011100100101111011000011001011010 | e4bd865a68e4bd865a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)