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{^ | 11100100101001101111001011001000011011100111110111100100101001101111001011001000011011100111101101011110 | e4a6f2c86e7de4a6f2c86e7b5e |
EUC-JP | 荐?n}荐?n{^ | 1110100010101000001111110110111001111101111010001010100000111111011011100111101101011110 | e8a83f6e7de8a83f6e7b5e |
UTF-8 | 荐n}荐n{^ | 1110100010001101100100001110111010000111101111110110111001111101111010001000110110010000111011101000011110111111011011100111101101011110 | e88d90ee87bf6e7de88d90ee87bf6e7b5e |
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)