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 | 維? | 100010001101101100111111 | 88db3f |
EUC-JP | 維? | 101100001101110100111111 | b0dd3f |
UTF-8 | 維뤿 | 111001111011011010101101111010111010010010111111 | e7b6adeba4bf |
UHC | 維뤿 | 11101011101010111000111111101011 | ebab8feb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)