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 | 謳? | 111001101001000000111111 | e6903f |
EUC-JP | 謳? | 111010111111000000111111 | ebf03f |
UTF-8 | 謳ㅷ | 111010001010110010110011111000111000010110110111 | e8acb3e385b7 |
UHC | 謳ㅷ | 11001111110001001010010011100111 | cfc4a4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)