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 | 悸金 | 10011100101001111000101111100000 | 9ca78be0 |
EUC-JP | 悸金 | 11011000101010011011011011100010 | d8a9b6e2 |
UTF-8 | 悸金 | 111001101000001010111000111010011000011110010001 | e682b8e98791 |
UHC | 悸金 | 11001100111110111101000111010001 | ccfbd1d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)