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 | 驪鈴距 | 111010011000101110010111111010011000101110010111 | e98b97e98b97 |
EUC-JP | 驪鈴距 | 111100011110101111001110111010111011010111110111 | f1ebceebb5f7 |
UTF-8 | 驪鈴距 | 111010011010100110101010111010011000100010110100111010001011011110011101 | e9a9aae988b4e8b79d |
UHC | 驪鈴距 | 110101011111000111010110110000101100101111100101 | d5f1d6c2cbe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)