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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 鄒ョ邏壼匡\ | 11100111101111101010111011100111101101001001101011100101100010111010011101011100 | e7beaee7b49ae58ba75c |
EUC-JP | 鄒ョ邏壼匡\ | 1110111011000000100011101010111011101110101101101101010011100111101101101010100101011100 | eec08eaeeeb6d4e7b6a95c |
UTF-8 | 鄒ョ邏壼匡\ | 11101001100001001001001011101111101111011010111011101001100000101000111111100101101000111011110011100101100011001010000101011100 | e98492efbdaee9828fe5a3bce58ca15c |
UHC | 鄒?邏?匡\ | 111101011101101100111111110101011010010000111111110011101100010001011100 | f5db3fd5a43fcec45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)