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 | 逕ー阨」笘 | 1110011110010100101100001110100010010101101000111110001010011000 | e794b0e895a3e298 |
EUC-JP | 逕ー阨」笘 | 11101101111101001000111010110000111011111111010110001110101000111110001111111000 | edf48eb0eff58ea3e3f8 |
UTF-8 | 逕ー阨」笘 | 111010011000000010010101111011111011110110110000111010011001100010101000111011111011110110100011111001111010110010011000 | e98095efbdb0e998a8efbda3e7ac98 |
UHC | 逕???? | 110011001110111100111111001111110011111100111111 | ccef3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)