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 | 珱因蔟壓闇 | 11100000111111001000100011110110111001001111010110011010110110001000100011000101 | e0fc88f6e4f59ad888c5 |
EUC-JP | 珱因蔟壓闇 | 11100000111111101011000011111000111010001111011111010100110110101011000011000111 | e0feb0f8e8f7d4dab0c7 |
UTF-8 | 珱因蔟壓闇 | 111001111000111110110001111001011001101110100000111010001001010010011111111001011010001110010011111010011001011110000111 | e78fb1e59ba0e8949fe5a393e99787 |
UHC | ?因?壓闇 | 0011111111101100110101110011111111100100111000101110010011100001 | 3fecd73fe4e2e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)