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 | âº~ | 1100001110100010110000101011101001111110 | c3a2c2ba7e |
SJIS-WIN | ?¢??~ | 001111111000000110010001001111110011111101111110 | 3f81913f3f7e |
EUC-JP | âº~ | 100011111010101010101010101000011111000110001111101010101010010010001111101000101110101101111110 | 8faaaaa1f18faaa48fa2eb7e |
UTF-8 | âº~ | 110000111000001111000010101000101100001110000010110000101011101001111110 | c383c2a2c382c2ba7e |
UHC | ???º~ | 001111110011111100111111101010001010110001111110 | 3f3f3fa8ac7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)