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 | 驩鈴剛 | 111010011000100110010111111010011000110110000100 | e98997e98d84 |
EUC-JP | 驩鈴剛 | 111100011110100111001110111010111011100111100100 | f1e9ceebb9e4 |
UTF-8 | 驩鈴剛 | 111010011010100110101001111010011000100010110100111001011000100110011011 | e9a9a9e988b4e5899b |
UHC | 驩鈴剛 | 111111001011111011010110110000101100101110100111 | fcbed6c2cba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)