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 | 硝ヲ質醤 | 10001111110010011010011010001110101111111000111111011101 | 8fc9a68ebf8fdd |
EUC-JP | 硝ヲ質醤 | 1011111011001011100011101010011010111100110000011011111011011111 | becb8ea6bcc1bedf |
UTF-8 | 硝ヲ質醤 | 111001111010000110011101111011111011110110100110111010001011001110101010111010011000011010100100 | e7a19defbda6e8b3aae986a4 |
UHC | 硝?質? | 111101011010011000111111111100101111010100111111 | f5a63ff2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)