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 | 巍?諧 | 1001101111011001001111111110011001111110 | 9bd93fe67e |
EUC-JP | 巍?諧 | 1101011011011011001111111110101111011111 | d6db3febdf |
UTF-8 | 巍렡諧 | 111001011011011110001101111010111010000010100001111010001010101110100111 | e5b78deba0a1e8aba7 |
UHC | 巍렡諧 | 111010001110010010001110101100101111101010110010 | e8e48eb2fab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)