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 | ??^}??^{^ | 001111110011111101011110011111010011111100111111010111100111101101011110 | 3f3f5e7d3f3f5e7b5e |
SJIS-WIN | 鴣躡^}鴣躡^{^ | 11101001111100111110011101011001010111100111110111101001111100111110011101011001010111100111101101011110 | e9f3e7595e7de9f3e7595e7b5e |
EUC-JP | 鴣躡^}鴣躡^{^ | 11110010111101011110110110111010010111100111110111110010111101011110110110111010010111100111101101011110 | f2f5edba5e7df2f5edba5e7b5e |
UTF-8 | 鴣躡^}鴣躡^{^ | 1110100110110100101000111110100010111010101000010101111001111101111010011011010010100011111010001011101010100001010111100111101101011110 | e9b4a3e8baa15e7de9b4a3e8baa15e7b5e |
UHC | ??^}??^{^ | 001111110011111101011110011111010011111100111111010111100111101101011110 | 3f3f5e7d3f3f5e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)