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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 樗??私 | 100100101001010000111111001111111000111010000100 | 92943f3f8e84 |
EUC-JP | 樗泮?私 | 1100001111110100100011111100011110101000001111111011101111100100 | c3f48fc7a83fbbe4 |
UTF-8 | 樗泮렰私 | 111001101010100010010111111001101011001110101110111010111010000010110000111001111010011110000001 | e6a897e6b3aeeba0b0e7a781 |
UHC | 樗泮렰私 | 1110111011000000110110101110101010001110101111011101111011100111 | eec0daea8ebddee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)