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 | 種}種{^ | 10001110111011010111110110001110111011010111101101011110 | 8eed7d8eed7b5e |
EUC-JP | 種}種{^ | 10111100111011110111110110111100111011110111101101011110 | bcef7dbcef7b5e |
UTF-8 | 種}種{^ | 111001111010100010101110011111011110011110101000101011100111101101011110 | e7a8ae7de7a8ae7b5e |
UHC | 種}種{^ | 11110000111110100111110111110000111110100111101101011110 | f0fa7df0fa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)