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 | ???g\ | 0011111100111111001111110110011101011100 | 3f3f3f675c |
SJIS-WIN | 鵝??g\ | 111010100100000000111111001111110110011101011100 | ea403f3f675c |
EUC-JP | 鵝??g\ | 111100111010000100111111001111110110011101011100 | f3a13f3f675c |
UTF-8 | 鵝녽콌g\ | 1110100110110101100111011110101110000101101111011110110010111101100011000110011101011100 | e9b59deb85bdecbd8c675c |
UHC | 鵝녽콌g\ | 1110010010111101100001101110100110110001100010000110011101011100 | e4bd86e9b188675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)