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{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 院n}院n{^ | 100010010100000001101110011111011000100101000000011011100111101101011110 | 89406e7d89406e7b5e |
EUC-JP | 院n}院n{^ | 101100011010000101101110011111011011000110100001011011100111101101011110 | b1a16e7db1a16e7b5e |
UTF-8 | 院n}院n{^ | 1110100110011001101000100110111001111101111010011001100110100010011011100111101101011110 | e999a26e7de999a26e7b5e |
UHC | 院n}院n{^ | 111010101100001001101110011111011110101011000010011011100111101101011110 | eac26e7deac26e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)