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 | 韋蘇韋 | 111010001110100010010001011010001110100011101000 | e8e89168e8e8 |
EUC-JP | 韋蘇韋 | 111100001110101011000001110010011111000011101010 | f0eac1c9f0ea |
UTF-8 | 韋蘇韋 | 111010011001111110001011111010001001100010000111111010011001111110001011 | e99f8be89887e99f8b |
UHC | 韋蘇韋 | 111010101101111111100001110011001110101011011111 | eadfe1cceadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)