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 | 渙湫潁 | 100111111101000010011111110101011001111111110001 | 9fd09fd59ff1 |
EUC-JP | 渙湫潁 | 110111101101001011011110110101111101111011110011 | ded2ded7def3 |
UTF-8 | 渙湫潁 | 111001101011100010011001111001101011100110101011111001101011110110000001 | e6b899e6b9abe6bd81 |
UHC | 渙湫潁 | 111111001011100111110101110100111110011110111000 | fcb9f5d3e7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)