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 | 巍俎? | 1001101111011001100110001101011100111111 | 9bd998d73f |
EUC-JP | 巍俎? | 1101011011011011110100001101100100111111 | d6dbd0d93f |
UTF-8 | 巍俎了 | 111001011011011110001101111001001011111110001110111011111010011010111010 | e5b78de4bf8eefa6ba |
UHC | 巍俎了 | 111010001110010011110000101110111110100011100111 | e8e4f0bbe8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)