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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?豌逖 | 0011111111100110101100001110011110011000 | 3fe6b0e798 |
EUC-JP | 彤豌逖 | 10001111101111001111110111101100101100101110110111111000 | 8fbcfdecb2edf8 |
UTF-8 | 彤豌逖 | 111001011011110110100100111010001011000110001100111010011000000010010110 | e5bda4e8b18ce98096 |
UHC | ?豌? | 00111111111010001101010100111111 | 3fe8d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)