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 | 鄒ョ邏壼匡 | 111001111011111010101110111001111011010010011010111001011000101110100111 | e7beaee7b49ae58ba7 |
EUC-JP | 鄒ョ邏壼匡 | 11101110110000001000111010101110111011101011011011010100111001111011011010101001 | eec08eaeeeb6d4e7b6a9 |
UTF-8 | 鄒ョ邏壼匡 | 111010011000010010010010111011111011110110101110111010011000001010001111111001011010001110111100111001011000110010100001 | e98492efbdaee9828fe5a3bce58ca1 |
UHC | 鄒?邏?匡 | 1111010111011011001111111101010110100100001111111100111011000100 | f5db3fd5a43fcec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)