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 | ® ® B | 100111101010111010011110101000001001111010101110100111101010000001000010 | 9eae9ea09eae9ea042 |
SJIS-WIN | ????????B | 001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f42 |
EUC-JP | ?®???®??B | 00111111100011111010001011101110001111110011111100111111100011111010001011101110001111110011111101000010 | 3f8fa2ee3f3f3f8fa2ee3f3f42 |
UTF-8 | ® ® B | 1100001010011110110000101010111011000010100111101100001010100000110000101001111011000010101011101100001010011110110000101010000001000010 | c29ec2aec29ec2a0c29ec2aec29ec2a042 |
UHC | ?®???®??B | 0011111110100010111001110011111100111111001111111010001011100111001111110011111101000010 | 3fa2e73f3f3fa2e73f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)