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 | ??Q] | 00111111001111110101000101011101 | 3f3f515d |
SJIS-WIN | 遮鹿Q] | 100011101101010110001110101011010101000101011101 | 8ed58ead515d |
EUC-JP | 遮鹿Q] | 101111001101011110111100101011110101000101011101 | bcd7bcaf515d |
UTF-8 | 遮鹿Q] | 1110100110000001101011101110100110111001101111110101000101011101 | e981aee9b9bf515d |
UHC | 遮鹿Q] | 111100111011010011010110111000110101000101011101 | f3b4d6e3515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)