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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 沼鮮續 | 100011111100000010010001010011101110001110010100 | 8fc0914ee394 |
EUC-JP | 沼鮮續 | 101111101100001011000001101011111110010111110100 | bec2c1afe5f4 |
UTF-8 | 沼鮮續 | 111001101011001010111100111010011010111010101110111001111011101010001100 | e6b2bce9aeaee7ba8c |
UHC | 沼鮮續 | 111000011011101111100000110110001110000111011001 | e1bbe0d8e1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)