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???~ | 0011111100111111001111110110100000111111001111110011111101111110 | 3f3f3f683f3f3f7e |
SJIS-WIN | ???h???~ | 0011111100111111001111110110100000111111001111110011111101111110 | 3f3f3f683f3f3f7e |
EUC-JP | ???h???~ | 0011111100111111001111110110100000111111001111110011111101111110 | 3f3f3f683f3f3f7e |
UTF-8 | 溜븐콐h溜븐콟~ | 1110111110100111100010111110101110111000100100001110110010111101100100000110100011101111101001111000101111101011101110001001000011101100101111011001111101111110 | efa78bebb890ecbd9068efa78bebb890ecbd9f7e |
UHC | 溜븐콐h溜븐콟~ | 1110101011111110101110101110110010110001100011000110100011101010111111101011101011101100101100011001011101111110 | eafebaecb18c68eafebaecb1977e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)