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 | ¸ÀÌ® | 1011100011000000100011111100110010101110 | b8c08fccae |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ¸À?Ì® | 10001111101000101011000110001111101010101010001000111111100011111010101011000000100011111010001011101110 | 8fa2b18faaa23f8faac08fa2ee |
UTF-8 | ¸ÀÌ® | 11000010101110001100001110000000110000101000111111000011100011001100001010101110 | c2b8c380c28fc38cc2ae |
UHC | ¸???® | 10100010101011000011111100111111001111111010001011100111 | a2ac3f3f3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)