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 | 驩鈴叫 | 111010011000100110010111111010011000101110101001 | e98997e98ba9 |
EUC-JP | 驩鈴叫 | 111100011110100111001110111010111011011010101011 | f1e9ceebb6ab |
UTF-8 | 驩鈴叫 | 111010011010100110101001111010011000100010110100111001011000111110101011 | e9a9a9e988b4e58fab |
UHC | 驩鈴叫 | 111111001011111011010110110000101101000010100011 | fcbed6c2d0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)