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 | 樗頭紋 | 100100101001010010010011101010101001011011100100 | 929493aa96e4 |
EUC-JP | 樗頭紋 | 110000111111010011000110101011001100110011100110 | c3f4c6accce6 |
UTF-8 | 樗頭紋 | 111001101010100010010111111010011010000010101101111001111011010010001011 | e6a897e9a0ade7b48b |
UHC | 樗頭紋 | 111011101100000011010100111010011101101010100011 | eec0d4e9daa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)