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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 昔??^ | 1001000011001100001111110011111101011110 | 90cc3f3f5e |
EUC-JP | 昔??^ | 1100000011001110001111110011111101011110 | c0ce3f3f5e |
UTF-8 | 昔栒橓^ | 11100110100110001001010011100110101000001001001011100110101010011001001101011110 | e69894e6a092e6a9935e |
UHC | 昔栒橓^ | 11100000101011101110001011100011111000101110010101011110 | e0aee2e3e2e55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)