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 | ½è³²¾Ì | 1000111010111101111010001011001110001110101100101011111011001100 | 8ebde8b38eb2becc |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ??è????Ì | 001111110011111110001111101010111011001000111111001111110011111100111111100011111010101011000000 | 3f3f8fabb23f3f3f3f8faac0 |
UTF-8 | ½è³²¾Ì | 11000010100011101100001010111101110000111010100011000010101100111100001010001110110000101011001011000010101111101100001110001100 | c28ec2bdc3a8c2b3c28ec2b2c2bec38c |
UHC | ?½?³?²¾? | 001111111010100011110110001111111010100111111000001111111010100111110111101010001111101000111111 | 3fa8f63fa9f83fa9f7a8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)