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 | ??A??AB | 00111111001111110100000100111111001111110100000101000010 | 3f3f413f3f4142 |
SJIS-WIN | 偲璽A偲璽AB | 1000111011000011100011101010001101000001100011101100001110001110101000110100000101000010 | 8ec38ea3418ec38ea34142 |
EUC-JP | 偲璽A偲璽AB | 1011110011000101101111001010010101000001101111001100010110111100101001010100000101000010 | bcc5bca541bcc5bca54142 |
UTF-8 | 偲璽A偲璽AB | 111001011000000110110010111001111001001010111101010000011110010110000001101100101110011110010010101111010100000101000010 | e581b2e792bd41e581b2e792bd4142 |
UHC | ?璽A?璽AB | 001111111101111111011110010000010011111111011111110111100100000101000010 | 3fdfde413fdfde4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)