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 | 霳ンヲ霳ン、^ | 111110111110110111011101101001101111101111101101110111011010010001011110 | fbeddda6fbeddda45e |
EUC-JP | 霳ンヲ霳ン、^ | 100011111110011110101100100011101101110110001110101001101000111111100111101011001000111011011101100011101010010001011110 | 8fe7ac8edd8ea68fe7ac8edd8ea45e |
UTF-8 | 霳ンヲ霳ン、^ | 11101001100111001011001111101111101111101001110111101111101111011010011011101001100111001011001111101111101111101001110111101111101111011010010001011110 | e99cb3efbe9defbda6e99cb3efbe9defbda45e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)