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 | ???d^ | 0011111100111111001111110110010001011110 | 3f3f3f645e |
SJIS-WIN | 洩但賊d^ | 1000100101101011100100100100000110010001101011110110010001011110 | 896b924191af645e |
EUC-JP | 洩但賊d^ | 1011000111001100110000111010001011000010101100010110010001011110 | b1ccc3a2c2b1645e |
UTF-8 | 洩但賊d^ | 1110011010110100101010011110010010111101100001101110100010110011100010100110010001011110 | e6b4a9e4bd86e8b38a645e |
UHC | 洩但賊d^ | 1110000011011101110100111010001111101110111001000110010001011110 | e0ddd3a3eee4645e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)