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 | 饒①?嚴 | 11101001011000001000011101000000001111111001101010001110 | e96087403f9a8e |
EUC-JP | 饒?Ŧ嚴 | 1111000111000001001111111000111110101001101011111101001111101110 | f1c13f8fa9afd3ee |
UTF-8 | 饒①Ŧ嚴 | 1110100110100101100100101110001010010001101000001100010110100110111001011001101010110100 | e9a592e291a0c5a6e59ab4 |
UHC | 饒①Ŧ嚴 | 1110100110101110101010001110011110101000101011101110010111110001 | e9aea8e7a8aee5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)