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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 隰晁寐V | 11101000101011001001110111101000100110111000011101010110 | e8ac9de89b8756 |
EUC-JP | 隰晁寐V | 11110000101011101101101011101010110101011110011101010110 | f0aedaead5e756 |
UTF-8 | 隰晁寐V | 11101001100110101011000011100110100110011000000111100101101011111001000001010110 | e99ab0e69981e5af9056 |
UHC | ?晁寐V | 001111111111000011000101110110001101101101010110 | 3ff0c5d8db56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)