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 | 第炎}第炎{^ | 1001000111100110100010011000101001111101100100011110011010001001100010100111101101011110 | 91e6898a7d91e6898a7b5e |
EUC-JP | 第炎}第炎{^ | 1100001011101000101100011110101001111101110000101110100010110001111010100111101101011110 | c2e8b1ea7dc2e8b1ea7b5e |
UTF-8 | 第炎}第炎{^ | 111001111010110010101100111001111000001010001110011111011110011110101100101011001110011110000010100011100111101101011110 | e7acace7828e7de7acace7828e7b5e |
UHC | 第炎}第炎{^ | 1111000010101111111001101111101001111101111100001010111111100110111110100111101101011110 | f0afe6fa7df0afe6fa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)