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 | 岻峙跟 | 100110111010110010011011101100111110011011101110 | 9bac9bb3e6ee |
EUC-JP | 岻峙跟 | 110101101010111011010110101101011110110011110000 | d6aed6b5ecf0 |
UTF-8 | 岻峙跟 | 111001011011001010111011111001011011001110011001111010001011011110011111 | e5b2bbe5b399e8b79f |
UHC | ?峙? | 00111111111101101011100100111111 | 3ff6b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)