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 | ?Non}?Non{^ | 0011111101001110011011110110111001111101001111110100111001101111011011100111101101011110 | 3f4e6f6e7d3f4e6f6e7b5e |
SJIS-WIN | 棚Non}棚Non{^ | 10010010010010010100111001101111011011100111110110010010010010010100111001101111011011100111101101011110 | 92494e6f6e7d92494e6f6e7b5e |
EUC-JP | 棚Non}棚Non{^ | 11000011101010100100111001101111011011100111110111000011101010100100111001101111011011100111101101011110 | c3aa4e6f6e7dc3aa4e6f6e7b5e |
UTF-8 | 棚Non}棚Non{^ | 111001101010001110011010010011100110111101101110011111011110011010100011100110100100111001101111011011100111101101011110 | e6a39a4e6f6e7de6a39a4e6f6e7b5e |
UHC | 棚Non}棚Non{^ | 11011101110111000100111001101111011011100111110111011101110111000100111001101111011011100111101101011110 | dddc4e6f6e7ddddc4e6f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)