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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟇伜廠譎カ | 111001011010111110011000111001011000111110110001111001101001100110110110 | e5af98e58fb1e699b6 |
EUC-JP | 蟇伜廠譎カ | 11101010101100011101000011100111101111101011001111101011111110011000111010110110 | eab1d0e7beb3ebf98eb6 |
UTF-8 | 蟇伜廠譎カ | 111010001001111110000111111001001011110010011100111001011011101110100000111010001010110110001110111011111011110110110110 | e89f87e4bc9ce5bba0e8ad8eefbdb6 |
UHC | ??廠譎? | 00111111001111111111001111011111111111011101001000111111 | 3f3ff3dffdd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)