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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 莉・寬假、 | 1110010010111011101001011111101010101010100110001110111110100100 | e4bba5faaa98efa4 |
EUC-JP | 莉・?假、 | 111010001011110110001110101001010011111111010000111100011000111010100100 | e8bd8ea53fd0f18ea4 |
UTF-8 | 莉・寬假、 | 111010001000111010001001111011111011110110100101111001011010111110101100111001011000000110000111111011111011110110100100 | e88e89efbda5e5aface58187efbda4 |
UHC | 莉?寬假? | 1101011111101001001111111100111010110000110010101010001100111111 | d7e93fceb0caa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)