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 | 鮏、鰔、糜 | 1111110001000011101001001110100111010000101001001110001011110100 | fc43a4e9d0a4e2f4 |
EUC-JP | 鮏、鰔、糜 | 1000111111101010110110111000111010100100111100101101001010001110101001001110010011110110 | 8feadb8ea4f2d28ea4e4f6 |
UTF-8 | 鮏、鰔、糜 | 111010011010111010001111111011111011110110100100111010011011000010010100111011111011110110100100111001111011001110011100 | e9ae8fefbda4e9b094efbda4e7b39c |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)