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 | 毅陌??錚 | 1000101101000010111010001001100100111111001111111110100001000010 | 8b42e8993f3fe842 |
EUC-JP | 毅陌??錚 | 1011010110100011111011111111100100111111001111111110111110100011 | b5a3eff93f3fefa3 |
UTF-8 | 毅陌렫렲錚 | 111001101010111110000101111010011001100110001100111010111010000010101011111010111010000010110010111010011000110010011010 | e6af85e9998ceba0abeba0b2e98c9a |
UHC | 毅陌렫렲錚 | 11101011111101101101100011101000100011101011100110001110101111111110111010110110 | ebf6d8e88eb98ebfeeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)