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 | 守}守{^ | 10001110111001110111110110001110111001110111101101011110 | 8ee77d8ee77b5e |
EUC-JP | 守}守{^ | 10111100111010010111110110111100111010010111101101011110 | bce97dbce97b5e |
UTF-8 | 守}守{^ | 111001011010111010001000011111011110010110101110100010000111101101011110 | e5ae887de5ae887b5e |
UHC | 守}守{^ | 11100001111110100111110111100001111110100111101101011110 | e1fa7de1fa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)