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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髯ょ腐 | 111010011001100110000010111001011001010110000101 | e99982e59585 |
EUC-JP | 髯ょ腐 | 111100011111100110100100111001111100100111100101 | f1f9a4e7c9e5 |
UTF-8 | 髯ょ腐 | 111010011010101110101111111000111000001010000111111010001000010110010000 | e9abafe38287e88590 |
UHC | ?ょ腐 | 0011111110101010111001111101110110101111 | 3faae7ddaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)