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 | 陌種側 | 111010001001100110001110111011011001000110100100 | e8998eed91a4 |
EUC-JP | 陌種側 | 111011111111100110111100111011111100001010100110 | eff9bcefc2a6 |
UTF-8 | 陌種側 | 111010011001100110001100111001111010100010101110111001011000000110110100 | e9998ce7a8aee581b4 |
UHC | 陌種側 | 110110001110100011110000111110101111011010110000 | d8e8f0faf6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)