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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鵝????? | 11101010010000000011111100111111001111110011111100111111 | ea403f3f3f3f3f |
EUC-JP | 鵝??洧?? | 111100111010000100111111001111111000111111000111101101000011111100111111 | f3a13f3f8fc7b43f3f |
UTF-8 | 鵝숆푺洧좊꼵 | 111010011011010110011101111011001000100010000110111011011001000110111010111001101011010010100111111011001010001010001010111010101011110010110101 | e9b59dec8886ed91bae6b4a7eca28aeabcb5 |
UHC | 鵝숆푺洧좊꼵 | 111001001011110110011001111010101011111010000110111010101111101110100000111010111000010010001101 | e4bd99eabe86eafba0eb848d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)