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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 檣介 | 10011110111111001000100111101110 | 9efc89ee |
EUC-JP | 檣介 | 11011100111111101011001011110000 | dcfeb2f0 |
UTF-8 | 檣介 | 111001101010101010100011111001001011101110001011 | e6aaa3e4bb8b |
UHC | 檣介 | 11101101111010101100101110111111 | edeacbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)