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 | 燁ム・燁ム・^ | 111110110101100111010001101001011111101101011001110100011010010101011110 | fb59d1a5fb59d1a55e |
EUC-JP | 燁ム・燁ム・^ | 100011111100101010110011100011101101000110001110101001011000111111001010101100111000111011010001100011101010010101011110 | 8fcab38ed18ea58fcab38ed18ea55e |
UTF-8 | 燁ム・燁ム・^ | 11100111100001111000000111101111101111101001000111101111101111011010010111100111100001111000000111101111101111101001000111101111101111011010010101011110 | e78781efbe91efbda5e78781efbe91efbda55e |
UHC | 燁??燁??^ | 111001111010011100111111001111111110011110100111001111110011111101011110 | e7a73f3fe7a73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)