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 | 濟?楮?? | 11100000010110100011111110011110101110000011111100111111 | e05a3f9eb83f3f |
EUC-JP | 濟?楮?? | 11011111101110110011111111011100101110100011111100111111 | dfbb3fdcba3f3f |
UTF-8 | 濟렊楮렩뤶 | 111001101011111110011111111010111010000010001010111001101010010110101110111010111010000010101001111010111010010010110110 | e6bf9feba08ae6a5aeeba0a9eba4b6 |
UHC | 濟렊楮렩뤶 | 11110000101011011000111010100001111011101011111110001110101101111000111111100100 | f0ad8ea1eebf8eb78fe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)