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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逕シ蜉シ謇」 | 111001111001010010111100111001011000101010111100111001101000100110100011 | e794bce58abce689a3 |
EUC-JP | 逕シ蜉シ謇」 | 111011011111010010001110101111001110100111101010100011101011110011101011111010011000111010100011 | edf48ebce9ea8ebcebe98ea3 |
UTF-8 | 逕シ蜉シ謇」 | 111010011000000010010101111011111011110110111100111010001001110010001001111011111011110110111100111010001010110010000111111011111011110110100011 | e98095efbdbce89c89efbdbce8ac87efbda3 |
UHC | 逕????? | 11001100111011110011111100111111001111110011111100111111 | ccef3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)