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 | 靄灼赦 | 111010001100100110001110110111001000111011001101 | e8c98edc8ecd |
EUC-JP | 靄灼赦 | 111100001100101110111100110111101011110011001111 | f0cbbcdebccf |
UTF-8 | 靄灼赦 | 111010011001110110000100111001111000000110111100111010001011010110100110 | e99d84e781bce8b5a6 |
UHC | 靄灼赦 | 111001001111011111101101110001111101111011110101 | e4f7edc7def5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)