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{^ | 1000110010111110001111110110111001111101100011001011111000111111011011100111101101011110 | 8cbe3f6e7d8cbe3f6e7b5e |
EUC-JP | 言?n}言?n{^ | 1011100011000000001111110110111001111101101110001100000000111111011011100111101101011110 | b8c03f6e7db8c03f6e7b5e |
UTF-8 | 言릓n}言릓n{^ | 1110100010101000100000001110101110100110100100110110111001111101111010001010100010000000111010111010011010010011011011100111101101011110 | e8a880eba6936e7de8a880eba6936e7b5e |
UHC | 言릓n}言릓n{^ | 11100101111010111001000001101111011011100111110111100101111010111001000001101111011011100111101101011110 | e5eb906f6e7de5eb906f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)