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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??鳥??鳥^ | 001111110011111110010010101110010011111100111111100100101011100101011110 | 3f3f92b93f3f92b95e |
EUC-JP | ??鳥??鳥^ | 001111110011111111000100101110110011111100111111110001001011101101011110 | 3f3fc4bb3f3fc4bb5e |
UTF-8 | 얍렶鳥얍렶鳥^ | 11101100100101101000110111101011101000001011011011101001101100111010010111101100100101101000110111101011101000001011011011101001101100111010010101011110 | ec968deba0b6e9b3a5ec968deba0b6e9b3a55e |
UHC | 얍렶鳥얍렶鳥^ | 10111110111001011000111011000001111100001110100010111110111001011000111011000001111100001110100001011110 | bee58ec1f0e8bee58ec1f0e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)