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{^ | 11100010110000011111011010110000011011100111110111100010110000011111011010110000011011100111101101011110 | e2c1f6b06e7de2c1f6b06e7b5e |
EUC-JP | 簔?n}簔?n{^ | 1110010011000011001111110110111001111101111001001100001100111111011011100111101101011110 | e4c33f6e7de4c33f6e7b5e |
UTF-8 | 簔n}簔n{^ | 1110011110110000100101001110111010010011100101110110111001111101111001111011000010010100111011101001001110010111011011100111101101011110 | e7b094ee93976e7de7b094ee93976e7b5e |
UHC | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)