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 | 豸悟嶋諤 | 1110011010110110100011001110010110010011100010001110011010000000 | e6b68ce59388e680 |
EUC-JP | 豸悟嶋諤 | 1110110010111000101110001110011111000101111010001110101111100000 | ecb8b8e7c5e8ebe0 |
UTF-8 | 豸悟嶋諤 | 111010001011000110111000111001101000001010011111111001011011011010001011111010001010101110100100 | e8b1b8e6829fe5b68be8aba4 |
UHC | ?悟嶋? | 001111111110011111110110110100111111011100111111 | 3fe7f6d3f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)