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 | ???漿? | 001111110011111100111111100111111111011100111111 | 3f3f3f9ff73f |
EUC-JP | ???漿? | 001111110011111100111111110111101111100100111111 | 3f3f3fdef93f |
UTF-8 | 뤶햵잼漿볼 | 111010111010010010110110111011011001011010110101111011001001111010111100111001101011110010111111111010111011001110111100 | eba4b6ed96b5ec9ebce6bcbfebb3bc |
UHC | 뤶햵잼漿볼 | 10001111111001001100000110001110110000001110101111101101111011001011101010111100 | 8fe4c18ec0ebedecbabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)