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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 渙湫潁鴿] | 100111111101000010011111110101011001111111110001111010011111100101011101 | 9fd09fd59ff1e9f95d |
EUC-JP | 渙湫潁鴿] | 110111101101001011011110110101111101111011110011111100101111101101011101 | ded2ded7def3f2fb5d |
UTF-8 | 渙湫潁鴿] | 11100110101110001001100111100110101110011010101111100110101111011000000111101001101101001011111101011101 | e6b899e6b9abe6bd81e9b4bf5d |
UHC | 渙湫潁?] | 1111110010111001111101011101001111100111101110000011111101011101 | fcb9f5d3e7b83f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)