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 | 依經?^ | 100010001100101111100011010100110011111101011110 | 88cbe3533f5e |
EUC-JP | 依經?^ | 101100001100110111100101101101000011111101011110 | b0cde5b43f5e |
UTF-8 | 依經색^ | 11100100101111101001110111100111101101101001001111101100100000111000100101011110 | e4be9de7b693ec83895e |
UHC | 依經색^ | 11101011111011101100110011101000101110111111011001011110 | ebeecce8bbf65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)