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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | 鵝????? | 11101010010000000011111100111111001111110011111100111111 | ea403f3f3f3f3f |
EUC-JP | 鵝??饔®? | 1111001110100001001111110011111110001111111010001110111110001111101000101110111000111111 | f3a13f3f8fe8ef8fa2ee3f |
UTF-8 | 鵝껆윘饔®룯 | 1110100110110101100111011110101010111011100001101110110010011100100110001110100110100101100101001100001010101110111010111010001110101111 | e9b59deabb86ec9c98e9a594c2aeeba3af |
UHC | 鵝껆윘饔®룯 | 111001001011110110000011111001111001111110011100111010001011110110100010111001111000111110100101 | e4bd83e79f9ce8bda2e78fa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)