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 | ?莖??? | 001111111110010010110001001111110011111100111111 | 3fe4b13f3f3f |
EUC-JP | ?莖??? | 001111111110100010110011001111110011111100111111 | 3fe8b33f3f3f |
UTF-8 | 뤾莖쾹쨍렕 | 111010111010010010111110111010001000111010010110111011001011111010111001111011001010100010001101111010111010000010010101 | eba4bee88e96ecbeb9eca88deba095 |
UHC | 뤾莖쾹쨍렕 | 10001111111010101100110011101100101100101000111111000010101110001000111010101010 | 8feaccecb28fc2b88eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)