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 | カト^ | 101101101100010001011110 | b6c45e |
EUC-JP | カト^ | 1000111010110110100011101100010001011110 | 8eb68ec45e |
UTF-8 | カト^ | 11101111101111011011011011101111101111101000010001011110 | efbdb6efbe845e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)