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 | 遶滄棣 | 111001111010101110011111111010011001111010100110 | e7ab9fe99ea6 |
EUC-JP | 遶滄棣 | 111011101010110111011110111010111101110010101000 | eeaddeebdca8 |
UTF-8 | 遶滄棣 | 111010011000000110110110111001101011101110000100111001101010001110100011 | e981b6e6bb84e6a3a3 |
UHC | ?滄? | 00111111111100111110011100111111 | 3ff3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)