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 | ±¡C | 1100001010110001110000101010000101000011 | c2b1c2a143 |
SJIS-WIN | ?±??C | 001111111000000101111101001111110011111101000011 | 3f817d3f3f43 |
EUC-JP | ±¡C | 100011111010101010100100101000011101111010001111101010101010010010001111101000101100001001000011 | 8faaa4a1de8faaa48fa2c243 |
UTF-8 | ±¡C | 110000111000001011000010101100011100001110000010110000101010000101000011 | c382c2b1c382c2a143 |
UHC | ?±?¡C | 00111111101000011011111000111111101000101010111001000011 | 3fa1be3fa2ae43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)