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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貍剰次 | 111001101011110010001111111010001000111010011111 | e6bc8fe88e9f |
EUC-JP | 貍剰次 | 111011001011111010111110111010101011110010100001 | ecbebeeabca1 |
UTF-8 | 貍剰次 | 111010001011001010001101111001011000100110110000111001101010110010100001 | e8b28de589b0e6aca1 |
UHC | ??次 | 00111111001111111111001110101101 | 3f3ff3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)