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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 楨}楨{^ | 11111010111010010111110111111010111010010111101101011110 | fae97dfae97b5e |
EUC-JP | 楨}楨{^ | 100011111100010011001100011111011000111111000100110011000111101101011110 | 8fc4cc7d8fc4cc7b5e |
UTF-8 | 楨}楨{^ | 111001101010010110101000011111011110011010100101101010000111101101011110 | e6a5a87de6a5a87b5e |
UHC | 楨}楨{^ | 11101111110111110111110111101111110111110111101101011110 | efdf7defdf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)