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 | 嘲讀}嘲讀{^ | 1001101001111101111001101010010001111101100110100111110111100110101001000111101101011110 | 9a7de6a47d9a7de6a47b5e |
EUC-JP | 嘲讀}嘲讀{^ | 1101001111011110111011001010011001111101110100111101111011101100101001100111101101011110 | d3deeca67dd3deeca67b5e |
UTF-8 | 嘲讀}嘲讀{^ | 111001011001100010110010111010001010111010000000011111011110010110011000101100101110100010101110100000000111101101011110 | e598b2e8ae807de598b2e8ae807b5e |
UHC | 嘲讀}嘲讀{^ | 1111000010111111110101001100000101111101111100001011111111010100110000010111101101011110 | f0bfd4c17df0bfd4c17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)