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 | 謳淏? | 1110011010010000111110110100001000111111 | e690fb423f |
EUC-JP | 謳淏? | 111010111111000010001111110001111101100100111111 | ebf08fc7d93f |
UTF-8 | 謳淏룫 | 111010001010110010110011111001101011011110001111111010111010001110101011 | e8acb3e6b78feba3ab |
UHC | 謳淏룫 | 110011111100010011111011110010001000111110100010 | cfc4fbc88fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)