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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 芻肝器終 | 1110010010001101100010101100110010001010111011011000111101001001 | e48d8acc8aed8f49 |
EUC-JP | 芻肝器終 | 1110011111101101101101001100111010110100111011111011110110101010 | e7edb4ceb4efbdaa |
UTF-8 | 芻肝器終 | 111010001000101010111011111010001000001010011101111001011001100110101000111001111011010110000010 | e88abbe8829de599a8e7b582 |
UHC | 芻肝器終 | 1111010111010110110010101101110011010000111011111111000011111011 | f5d6cadcd0eff0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)