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 | ??YE | 00111111001111110101100101000101 | 3f3f5945 |
SJIS-WIN | 韵自YE | 111010001110111110001110101010010101100101000101 | e8ef8ea95945 |
EUC-JP | 韵自YE | 111100001111000110111100101010110101100101000101 | f0f1bcab5945 |
UTF-8 | 韵自YE | 1110100110011111101101011110100010000111101010100101100101000101 | e99fb5e887aa5945 |
UHC | ?自YE | 0011111111101101101110110101100101000101 | 3fedbb5945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)