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 | 璧シエ | 11100000111110001011110010110100 | e0f8bcb4 |
EUC-JP | 璧シエ | 111000001111101010001110101111001000111010110100 | e0fa8ebc8eb4 |
UTF-8 | 璧シエ | 111001111001001010100111111011111011110110111100111011111011110110110100 | e792a7efbdbcefbdb4 |
UHC | 璧?? | 11011011111111010011111100111111 | dbfd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)