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 | 意??? | 1000100011010011001111110011111100111111 | 88d33f3f3f |
EUC-JP | 意??? | 1011000011010101001111110011111100111111 | b0d53f3f3f |
UTF-8 | 意⑸ㅉ理 | 111001101000010010001111111000101001000110111000111000111000010110001001111011111010011110100100 | e6848fe291b8e38589efa7a4 |
UHC | 意⑸ㅉ理 | 1110101111110010101010011110101110100100101110011110110010110101 | ebf2a9eba4b9ecb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)