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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 映ε?繞?h | 100010010110011010000011110000110011111111100011100001010011111101101000 | 896683c33fe3853f68 |
EUC-JP | 映ε?繞?h | 101100011100011110100110110001010011111111100101111001010011111101101000 | b1c7a6c53fe5e53f68 |
UTF-8 | 映ε묍繞잷h | 111001101001100010100000110011101011010111101011101011001000110111100111101110011001111011101100100111101011011101101000 | e698a0ceb5ebac8de7b99eec9eb768 |
UHC | 映ε묍繞잷h | 1110011110110001101001011110010110111001101000111110100110100100100111111111111001101000 | e7b1a5e5b9a3e9a49ffe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)