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 | 蹟????? | 10010000110101100011111100111111001111110011111100111111 | 90d63f3f3f3f3f |
EUC-JP | 蹟????? | 11000000110110000011111100111111001111110011111100111111 | c0d83f3f3f3f3f |
UTF-8 | 蹟렱롋뀌렧렓 | 111010001011100110011111111010111010000010110001111010111010000110001011111010111000000010001100111010111010000010100111111010111010000010010011 | e8b99feba0b1eba18beb808ceba0a7eba093 |
UHC | 蹟렱롋뀌렧렓 | 111011101110011110001110101111101000111011010001101100101110111010001110101101101000111010101000 | eee78ebe8ed1b2ee8eb68ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)