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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 故貌}故貌{^ | 1000110011001100100101100110010101111101100011001100110010010110011001010111101101011110 | 8ccc96657d8ccc96657b5e |
EUC-JP | 故貌}故貌{^ | 1011100011001110110010111100011001111101101110001100111011001011110001100111101101011110 | b8cecbc67db8cecbc67b5e |
UTF-8 | 故貌}故貌{^ | 111001101001010110000101111010001011001010001100011111011110011010010101100001011110100010110010100011000111101101011110 | e69585e8b28c7de69585e8b28c7b5e |
UHC | 故貌}故貌{^ | 1100110110111010110110011100100101111101110011011011101011011001110010010111101101011110 | cdbad9c97dcdbad9c97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)