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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蔵臓蔵脱^ | 100100011010000010010001100111111001000110100000100100100100010101011110 | 91a0919f91a092455e |
EUC-JP | 蔵臓蔵脱^ | 110000101010001011000010101000011100001010100010110000111010011001011110 | c2a2c2a1c2a2c3a65e |
UTF-8 | 蔵臓蔵脱^ | 11101000100101001011010111101000100001111001001111101000100101001011010111101000100001001011000101011110 | e894b5e88793e894b5e884b15e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)