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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 傲る?愿? | 1001100011111100100000101110100100111111100111001100001100111111 | 98fc82e93f9cc33f |
EUC-JP | 傲る?愿? | 1101000011111110101001001110101100111111110110001100010100111111 | d0fea4eb3fd8c53f |
UTF-8 | 傲る떧愿뛶 | 111001011000001010110010111000111000001010001011111010111001011010100111111001101000010010111111111010111001101110110110 | e582b2e3828beb96a7e684bfeb9bb6 |
UHC | 傲る떧愿뛶 | 11100111111011001010101011101011100010111011101011101010101101001000110101110111 | e7ecaaeb8bbaeab48d77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)