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 | ?輕? | 00111111111001110110101000111111 | 3fe76a3f |
EUC-JP | 翟輕? | 100011111101010110111100111011011100101100111111 | 8fd5bcedcb3f |
UTF-8 | 翟輕딸 | 111001111011111110011111111010001011110010010101111010111001010010111000 | e7bf9fe8bc95eb94b8 |
UHC | 翟輕딸 | 111011101110000111001100111011101011010111111110 | eee1cceeb5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)