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 | 岻峙逅 | 100110111010110010011011101100111110011110010000 | 9bac9bb3e790 |
EUC-JP | 岻峙逅 | 110101101010111011010110101101011110110111110000 | d6aed6b5edf0 |
UTF-8 | 岻峙逅 | 111001011011001010111011111001011011001110011001111010011000000010000101 | e5b2bbe5b399e98085 |
UHC | ?峙逅 | 0011111111110110101110011111110110110001 | 3ff6b9fdb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)