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 | 渫貅鴣 | 100111111101011011100110101110101110100111110011 | 9fd6e6bae9f3 |
EUC-JP | 渫貅鴣 | 110111101101100011101100101111001111001011110101 | ded8ecbcf2f5 |
UTF-8 | 渫貅鴣 | 111001101011100010101011111010001011001010000101111010011011010010100011 | e6b8abe8b285e9b4a3 |
UHC | 渫?? | 11100000110111100011111100111111 | e0de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)