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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 紆屑^ | 1110001011111100100010111111101101011110 | e2fc8bfb5e |
EUC-JP | 紆屑^ | 1110010011111110101101101111110101011110 | e4feb6fd5e |
UTF-8 | 紆屑^ | 11100111101101001000011011100101101100011001000101011110 | e7b486e5b1915e |
UHC | 紆屑^ | 1110100111100001111000001101101001011110 | e9e1e0da5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)