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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??磎??磎^ | 0011111100111111100011111101000010101000001111110011111110001111110100001010100001011110 | 3f3f8fd0a83f3f8fd0a85e |
UTF-8 | 렺읖磎렺읖磎^ | 11101011101000001011101011101100100111011001011011100111101000111000111011101011101000001011101011101100100111011001011011100111101000111000111001011110 | eba0baec9d96e7a38eeba0baec9d96e7a38e5e |
UHC | 렺읖磎렺읖磎^ | 10001110110000101100000011000101110011011010010110001110110000101100000011000101110011011010010101011110 | 8ec2c0c5cda58ec2c0c5cda55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)