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 | 咫孟勵 | 100110100100000010010110110100001001100110101101 | 9a4096d099ad |
EUC-JP | 咫孟勵 | 110100111010000111001100110100101101001010101111 | d3a1ccd2d2af |
UTF-8 | 咫孟勵 | 111001011001001010101011111001011010110110011111111001011000101110110101 | e592abe5ad9fe58bb5 |
UHC | 咫孟勵 | 111100101010000111011000111010111101010111100100 | f2a1d8ebd5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)