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 | âµâµâµâµB | 111000101011010111100010101101011110001010110101111000101011010101000010 | e2b5e2b5e2b5e2b542 |
SJIS-WIN | ????????B | 001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f42 |
EUC-JP | â?â?â?â?B | 1000111110101011101001000011111110001111101010111010010000111111100011111010101110100100001111111000111110101011101001000011111101000010 | 8faba43f8faba43f8faba43f8faba43f42 |
UTF-8 | âµâµâµâµB | 1100001110100010110000101011010111000011101000101100001010110101110000111010001011000010101101011100001110100010110000101011010101000010 | c3a2c2b5c3a2c2b5c3a2c2b5c3a2c2b542 |
UHC | ????????B | 001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)