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 | 錚敎??? | 11101000010000101111101011001101001111110011111100111111 | e842facd3f3f3f |
EUC-JP | 錚???獐 | 1110111110100011001111110011111100111111100011111100101110111010 | efa33f3f3f8fcbba |
UTF-8 | 錚敎렎렠獐 | 111010011000110010011010111001101001010110001110111010111010000010001110111010111010000010100000111001111000110110010000 | e98c9ae6958eeba08eeba0a0e78d90 |
UHC | 錚敎렎렠獐 | 11101110101101101100111011100111100011101010010010001110101100011110110111101111 | eeb6cee78ea48eb1edef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)