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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 海害 | 10001010010000111000101001010001 | 8a438a51 |
EUC-JP | 海害 | 10110011101001001011001110110010 | b3a4b3b2 |
UTF-8 | 海害 | 111001101011010110110111111001011010111010110011 | e6b5b7e5aeb3 |
UHC | 海害 | 11111010101011011111101010101010 | faadfaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)