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 | 鍾テフ・ | 10001111110111111100001111001100111100001011010010100101 | 8fdfc3ccf0b4a5 |
EUC-JP | 鍾テフ?・ | 101111101110000110001110110000111000111011001100001111111000111010100101 | bee18ec38ecc3f8ea5 |
UTF-8 | 鍾テフ・ | 111010011000110110111110111011111011111010000011111011111011111010001100111011101000000110110011111011111011110110100101 | e98dbeefbe83efbe8cee81b3efbda5 |
UHC | 鍾???? | 111100011010001100111111001111110011111100111111 | f1a33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)