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 | 丈ソ灼痔 | 100011111110010010111111100011101101110011110011111011101000111010100100 | 8fe4bf8edcf3ee8ea4 |
EUC-JP | 丈ソ灼?痔 | 101111101110011010001110101111111011110011011110001111111011110010100110 | bee68ebfbcde3fbca6 |
UTF-8 | 丈ソ灼痔 | 111001001011100010001000111011111011110110111111111001111000000110111100111011101000101110100001111001111001011110010100 | e4b888efbdbfe781bcee8ba1e79794 |
UHC | 丈?灼?痔 | 1110110111011011001111111110110111000111001111111111011011000000 | eddb3fedc73ff6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)