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 | 喊哈}喊哈{^ | 1001101001011110100110011111101101111101100110100101111010011001111110110111101101011110 | 9a5e99fb7d9a5e99fb7b5e |
EUC-JP | 喊哈}喊哈{^ | 1101001110111111110100101111110101111101110100111011111111010010111111010111101101011110 | d3bfd2fd7dd3bfd2fd7b5e |
UTF-8 | 喊哈}喊哈{^ | 111001011001011010001010111001011001001110001000011111011110010110010110100010101110010110010011100010000111101101011110 | e5968ae593887de5968ae593887b5e |
UHC | 喊哈}喊哈{^ | 1111100111100010111110011110101101111101111110011110001011111001111010110111101101011110 | f9e2f9eb7df9e2f9eb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)