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 | âµöâÒý`^ | 1110001010110101111101101110001011010010111111010110000001011110 | e2b5f6e2d2fd605e |
SJIS-WIN | ??????`^ | 0011111100111111001111110011111100111111001111110110000001011110 | 3f3f3f3f3f3f605e |
EUC-JP | â?öâÒý`^ | 100011111010101110100100001111111000111110101011110100111000111110101011101001001000111110101010110100101000111110101011111100100110000001011110 | 8faba43f8fabd38faba48faad28fabf2605e |
UTF-8 | âµöâÒý`^ | 1100001110100010110000101011010111000011101101101100001110100010110000111001001011000011101111010110000001011110 | c3a2c2b5c3b6c3a2c392c3bd605e |
UHC | ??????`^ | 0011111100111111001111110011111100111111001111110110000001011110 | 3f3f3f3f3f3f605e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)