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 | 陷磯柾 | 111010001001110010001000111010011001011010001111 | e89c88e9968f |
EUC-JP | 陷磯柾 | 111011111111110010110000111010111100101111101111 | effcb0ebcbef |
UTF-8 | 陷磯柾 | 111010011001100110110111111001111010001110101111111001101001111110111110 | e999b7e7a3afe69fbe |
UHC | 陷磯柾 | 111110011110100011010001101101001110111111011110 | f9e8d1b4efde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)