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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 牾^ | 1111001010111001111000001011000101011110 | f2b9e0b15e |
EUC-JP | ?牾^ | 00111111111000001011001101011110 | 3fe0b35e |
UTF-8 | 牾^ | 11101110100001111011000011100111100010011011111001011110 | ee87b0e789be5e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)