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 | ±Â\ | 11000010100100011100001010110001110000101001001001011100 | c291c2b1c2925c |
SJIS-WIN | ???±??\ | 0011111100111111001111111000000101111101001111110011111101011100 | 3f3f3f817d3f3f5c |
EUC-JP | �±�\ | 1000111110101010101001000011111110001111101010101010010010100001110111101000111110101010101001000011111101011100 | 8faaa43f8faaa4a1de8faaa43f5c |
UTF-8 | ±Â\ | 11000011100000101100001010010001110000111000001011000010101100011100001110000010110000101001001001011100 | c382c291c382c2b1c382c2925c |
UHC | ???±??\ | 0011111100111111001111111010000110111110001111110011111101011100 | 3f3f3fa1be3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)