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 | ??|E??|EB | 001111110011111101111100010001010011111100111111011111000100010101000010 | 3f3f7c453f3f7c4542 |
SJIS-WIN | 将ェ|E将ェ|EB | 1000111110101011101010100111110001000101100011111010101110101010011111000100010101000010 | 8fabaa7c458fabaa7c4542 |
EUC-JP | 将ェ|E将ェ|EB | 10111110101011011000111010101010011111000100010110111110101011011000111010101010011111000100010101000010 | bead8eaa7c45bead8eaa7c4542 |
UTF-8 | 将ェ|E将ェ|EB | 1110010110110000100001101110111110111101101010100111110001000101111001011011000010000110111011111011110110101010011111000100010101000010 | e5b086efbdaa7c45e5b086efbdaa7c4542 |
UHC | ??|E??|EB | 001111110011111101111100010001010011111100111111011111000100010101000010 | 3f3f7c453f3f7c4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)