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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??С^ | 0011111100111111100001000101001001011110 | 3f3f84525e |
EUC-JP | ??С^ | 0011111100111111101001111011001101011110 | 3f3fa7b35e |
UTF-8 | 溜븃С^ | 111011111010011110001011111010111011100010000011110100001010000101011110 | efa78bebb883d0a15e |
UHC | 溜븃С^ | 11101010111111101011101011101000101011001011001101011110 | eafebae8acb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)