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 | 肇釋}肇釋{^ | 1001010010100011111001111101011101111101100101001010001111100111110101110111101101011110 | 94a3e7d77d94a3e7d77b5e |
EUC-JP | 肇釋}肇釋{^ | 1100100010100101111011101101100101111101110010001010010111101110110110010111101101011110 | c8a5eed97dc8a5eed97b5e |
UTF-8 | 肇釋}肇釋{^ | 111010001000001010000111111010011000011110001011011111011110100010000010100001111110100110000111100010110111101101011110 | e88287e9878b7de88287e9878b7b5e |
UHC | 肇釋}肇釋{^ | 1111000011011100111000001011011101111101111100001101110011100000101101110111101101011110 | f0dce0b77df0dce0b77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)