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 | ??я若除 | 0011111100111111100001001001000110001110111000011000111110011100 | 3f3f84918ee18f9c |
EUC-JP | ??я若除 | 0011111100111111101001111111000110111100111000111011110111111100 | 3f3fa7f1bce3bdfc |
UTF-8 | 뤰쨴я若除 | 1110101110100100101100001110110010101000101101001101000110001111111010001000101110100101111010011001100110100100 | eba4b0eca8b4d18fe88ba5e999a4 |
UHC | 뤰쨴я若除 | 10001111110111101010010010001110101011001111000111100101101101001111000010110110 | 8fdea48eacf1e5b4f0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)