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 | âµ | 111000101011010110001010100010101000110010101101 | e2b58a8a8cad |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | â????? | 1000111110101011101001000011111100111111001111110011111100111111 | 8faba43f3f3f3f3f |
UTF-8 | âµ | 110000111010001011000010101101011100001010001010110000101000101011000010100011001100001010101101 | c3a2c2b5c28ac28ac28cc2ad |
UHC | ????? | 00111111001111110011111100111111001111111010000110101001 | 3f3f3f3f3fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)