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 | ???E???h | 0011111100111111001111110100010100111111001111110011111101101000 | 3f3f3f453f3f3f68 |
SJIS-WIN | ???E??糖h | 001111110011111100111111010001010011111100111111100100111001110001101000 | 3f3f3f453f3f939c68 |
EUC-JP | ???E??糖h | 001111110011111100111111010001010011111100111111110001011111110001101000 | 3f3f3f453f3fc5fc68 |
UTF-8 | 렻┙렮E렻ㅔ糖h | 1110101110100000101110111110001010010100100110011110101110100000101011100100010111101011101000001011101111100011100001011001010011100111101100111001011001101000 | eba0bbe29499eba0ae45eba0bbe38594e7b39668 |
UHC | 렻┙렮E렻ㅔ糖h | 1000111011000011101001101100010010001110101110110100010110001110110000111010010011000100110100111101100001101000 | 8ec3a6c48ebb458ec3a4c4d3d868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)