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 | ®¢ | 1100001010010001110000101010111011000010100100011100001010100010 | c291c2aec291c2a2 |
SJIS-WIN | ???????¢ | 001111110011111100111111001111110011111100111111001111111000000110010001 | 3f3f3f3f3f3f3f8191 |
EUC-JP | �®�¢ | 10001111101010101010010000111111100011111010101010100100100011111010001011101110100011111010101010100100001111111000111110101010101001001010000111110001 | 8faaa43f8faaa48fa2ee8faaa43f8faaa4a1f1 |
UTF-8 | ®¢ | 11000011100000101100001010010001110000111000001011000010101011101100001110000010110000101001000111000011100000101100001010100010 | c382c291c382c2aec382c291c382c2a2 |
UHC | ???®???? | 001111110011111100111111101000101110011100111111001111110011111100111111 | 3f3f3fa2e73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)