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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 舒楔洩 | 100110001010111010011110101101101000100101101011 | 98ae9eb6896b |
EUC-JP | 舒楔洩 | 110100001011000011011100101110001011000111001100 | d0b0dcb8b1cc |
UTF-8 | 舒楔洩 | 111010001000100010010010111001101010010110010100111001101011010010101001 | e88892e6a594e6b4a9 |
UHC | 舒楔洩 | 111000001010001011100000110110111110000011011101 | e0a2e0dbe0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)