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 | ???勸菖 | 00111111001111110011111110011001101011101000111111010010 | 3f3f3f99ae8fd2 |
EUC-JP | ???勸菖 | 00111111001111110011111111010010101100001011111011010100 | 3f3f3fd2b0bed4 |
UTF-8 | 뤶햵쟈勸菖 | 111010111010010010110110111011011001011010110101111011001001111110001000111001011000101110111000111010001000111110010110 | eba4b6ed96b5ec9f88e58bb8e88f96 |
UHC | 뤶햵쟈勸菖 | 10001111111001001100000110001110110000001111000011001111111010001111001111101110 | 8fe4c18ec0f0cfe8f3ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)