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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鄒ョ邏壼匡鄒 | 1110011110111110101011101110011110110100100110101110010110001011101001111110011110111110 | e7beaee7b49ae58ba7e7be |
EUC-JP | 鄒ョ邏壼匡鄒 | 111011101100000010001110101011101110111010110110110101001110011110110110101010011110111011000000 | eec08eaeeeb6d4e7b6a9eec0 |
UTF-8 | 鄒ョ邏壼匡鄒 | 111010011000010010010010111011111011110110101110111010011000001010001111111001011010001110111100111001011000110010100001111010011000010010010010 | e98492efbdaee9828fe5a3bce58ca1e98492 |
UHC | 鄒?邏?匡鄒 | 11110101110110110011111111010101101001000011111111001110110001001111010111011011 | f5db3fd5a43fcec4f5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)