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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 簇??^ | 1110001011000110001111110011111101011110 | e2c63f3f5e |
EUC-JP | 簇??^ | 1110010011001000001111110011111101011110 | e4c83f3f5e |
UTF-8 | 簇렏렼^ | 11100111101100001000011111101011101000001000111111101011101000001011110001011110 | e7b087eba08feba0bc5e |
UHC | 簇렏렼^ | 11110000111010101000111010100101100011101100010001011110 | f0ea8ea58ec45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)