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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 傲る?愿?B | 100110001111110010000010111010010011111110011100110000110011111101000010 | 98fc82e93f9cc33f42 |
EUC-JP | 傲る?愿?B | 110100001111111010100100111010110011111111011000110001010011111101000010 | d0fea4eb3fd8c53f42 |
UTF-8 | 傲る떧愿뛑B | 11100101100000101011001011100011100000101000101111101011100101101010011111100110100001001011111111101011100110111001000101000010 | e582b2e3828beb96a7e684bfeb9b9142 |
UHC | 傲る떧愿뛑B | 1110011111101100101010101110101110001011101110101110101010110100100011010100111101000010 | e7ecaaeb8bbaeab48d4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)