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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 逹嗤n}逹嗤n{^ | 11100111100111011001101001101111011011100111110111100111100111011001101001101111011011100111101101011110 | e79d9a6f6e7de79d9a6f6e7b5e |
EUC-JP | 逹嗤n}逹嗤n{^ | 11101101111111011101001111010000011011100111110111101101111111011101001111010000011011100111101101011110 | edfdd3d06e7dedfdd3d06e7b5e |
UTF-8 | 逹嗤n}逹嗤n{^ | 1110100110000000101110011110010110010111101001000110111001111101111010011000000010111001111001011001011110100100011011100111101101011110 | e980b9e597a46e7de980b9e597a46e7b5e |
UHC | ?嗤n}?嗤n{^ | 0011111111110110101110000110111001111101001111111111011010111000011011100111101101011110 | 3ff6b86e7d3ff6b86e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)