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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 意?????? | 1000100011010011001111110011111100111111001111110011111100111111 | 88d33f3f3f3f3f3f |
EUC-JP | 意?????? | 1011000011010101001111110011111100111111001111110011111100111111 | b0d53f3f3f3f3f3f |
UTF-8 | 意⑸ㅉ理뚥뻑裂 | 111001101000010010001111111000101001000110111000111000111000010110001001111011111010011110100100111010111001101010100101111010111011101110010001111011111010011010100000 | e6848fe291b8e38589efa7a4eb9aa5ebbb91efa6a0 |
UHC | 意⑸ㅉ理뚥뻑裂 | 1110101111110010101010011110101110100100101110011110110010110101100011001110010010111011101101101110011011110001 | ebf2a9eba4b9ecb58ce4bbb6e6f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)