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 | 韋匁ヲ | 1110100011101000100101101110011010100110 | e8e896e6a6 |
EUC-JP | 韋匁ヲ | 111100001110101011001100111010001000111010100110 | f0eacce88ea6 |
UTF-8 | 韋匁ヲ | 111010011001111110001011111001011000110010000001111011111011110110100110 | e99f8be58c81efbda6 |
UHC | 韋?? | 11101010110111110011111100111111 | eadf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)