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 | ??G???o | 00111111001111110100011100111111001111110011111101101111 | 3f3f473f3f3f6f |
SJIS-WIN | ??G???o | 00111111001111110100011100111111001111110011111101101111 | 3f3f473f3f3f6f |
EUC-JP | ??G???o | 00111111001111110100011100111111001111110011111101101111 | 3f3f473f3f3f6f |
UTF-8 | 렺청G렺쩡렦o | 1110101110100000101110101110110010110010101011010100011111101011101000001011101011101100101010011010000111101011101000001010011001101111 | eba0baecb2ad47eba0baeca9a1eba0a66f |
UHC | 렺청G렺쩡렦o | 100011101100001011000011101110110100011110001110110000101100001011000100100011101011010101101111 | 8ec2c3bb478ec2c2c48eb56f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)