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{^ | 11101010100110111110000010100110011011100111110111101010100110111110000010100110011011100111101101011110 | ea9be0a66e7dea9be0a66e7b5e |
EUC-JP | 齶爬n}齶爬n{^ | 11110011111110111110000010101000011011100111110111110011111110111110000010101000011011100111101101011110 | f3fbe0a86e7df3fbe0a86e7b5e |
UTF-8 | 齶爬n}齶爬n{^ | 1110100110111101101101101110011110001000101011000110111001111101111010011011110110110110111001111000100010101100011011100111101101011110 | e9bdb6e788ac6e7de9bdb6e788ac6e7b5e |
UHC | ?爬n}?爬n{^ | 0011111111110111111100000110111001111101001111111111011111110000011011100111101101011110 | 3ff7f06e7d3ff7f06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)