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 | 狸臓属^ | 10010010010010111001000110011111100100011010111001011110 | 924b919f91ae5e |
EUC-JP | 狸臓属^ | 11000011101011001100001010100001110000101011000001011110 | c3acc2a1c2b05e |
UTF-8 | 狸臓属^ | 11100111100010111011100011101000100001111001001111100101101100011001111001011110 | e78bb8e88793e5b19e5e |
UHC | 狸??^ | 1101011111100001001111110011111101011110 | d7e13f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)