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 | 鈔ンヲ鈔ン、^ | 111001111110001011011101101001101110011111100010110111011010010001011110 | e7e2dda6e7e2dda45e |
EUC-JP | 鈔ンヲ鈔ン、^ | 11101110111001001000111011011101100011101010011011101110111001001000111011011101100011101010010001011110 | eee48edd8ea6eee48edd8ea45e |
UTF-8 | 鈔ンヲ鈔ン、^ | 11101001100010001001010011101111101111101001110111101111101111011010011011101001100010001001010011101111101111101001110111101111101111011010010001011110 | e98894efbe9defbda6e98894efbe9defbda45e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)