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 | 損? | 100100011011100100111111 | 91b93f |
EUC-JP | 損? | 110000101011101100111111 | c2bb3f |
UTF-8 | 損歲 | 111001101001000010001101111001101010110110110010 | e6908de6adb2 |
UHC | 損歲 | 11100001110111111110000110101000 | e1dfe1a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)