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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 種種}種種{^ | 1000111011101101100011101110110101111101100011101110110110001110111011010111101101011110 | 8eed8eed7d8eed8eed7b5e |
EUC-JP | 種種}種種{^ | 1011110011101111101111001110111101111101101111001110111110111100111011110111101101011110 | bcefbcef7dbcefbcef7b5e |
UTF-8 | 種種}種種{^ | 111001111010100010101110111001111010100010101110011111011110011110101000101011101110011110101000101011100111101101011110 | e7a8aee7a8ae7de7a8aee7a8ae7b5e |
UHC | 種種}種種{^ | 1111000011111010111100001111101001111101111100001111101011110000111110100111101101011110 | f0faf0fa7df0faf0fa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)