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 | ??蕎σ昌 | 0011111100111111100010111011110010000011110100001000111110111001 | 3f3f8bbc83d08fb9 |
EUC-JP | ??蕎σ昌 | 0011111100111111101101101011111010100110110100101011111010111011 | 3f3fb6bea6d2bebb |
UTF-8 | 뤶풆蕎σ昌 | 1110101110100100101101101110110110010010100001101110100010010101100011101100111110000011111001101001100010001100 | eba4b6ed9286e8958ecf83e6988c |
UHC | 뤶풆蕎σ昌 | 10001111111001001011111010001110110011101111000010100101111100101111001111100011 | 8fe4be8ecef0a5f2f3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)