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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韋帷ィイ籬 | 1110100011101000100110111110011110101000101100101110001011011111 | e8e89be7a8b2e2df |
EUC-JP | 韋帷ィイ籬 | 11110000111010101101011011101001100011101010100010001110101100101110010011100001 | f0ead6e98ea88eb2e4e1 |
UTF-8 | 韋帷ィイ籬 | 111010011001111110001011111001011011100010110111111011111011110110101000111011111011110110110010111001111011000110101100 | e99f8be5b8b7efbda8efbdb2e7b1ac |
UHC | 韋???籬 | 11101010110111110011111100111111001111111101011111100110 | eadf3f3f3fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)