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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 毅陌?? | 100010110100001011101000100110010011111100111111 | 8b42e8993f3f |
EUC-JP | 毅陌?? | 101101011010001111101111111110010011111100111111 | b5a3eff93f3f |
UTF-8 | 毅陌렫렲 | 111001101010111110000101111010011001100110001100111010111010000010101011111010111010000010110010 | e6af85e9998ceba0abeba0b2 |
UHC | 毅陌렫렲 | 1110101111110110110110001110100010001110101110011000111010111111 | ebf6d8e88eb98ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)