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[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
SJIS-WIN | 鮏瞶b[鮏瞶b[^ | 11111100010000111110000111010110011000100101101111111100010000111110000111010110011000100101101101011110 | fc43e1d6625bfc43e1d6625b5e |
EUC-JP | 鮏瞶b[鮏瞶b[^ | 100011111110101011011011111000101101100001100010010110111000111111101010110110111110001011011000011000100101101101011110 | 8feadbe2d8625b8feadbe2d8625b5e |
UTF-8 | 鮏瞶b[鮏瞶b[^ | 1110100110101110100011111110011110011110101101100110001001011011111010011010111010001111111001111001111010110110011000100101101101011110 | e9ae8fe79eb6625be9ae8fe79eb6625b5e |
UHC | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)