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 | ??U}??U{^ | 001111110011111101010101011111010011111100111111010101010111101101011110 | 3f3f557d3f3f557b5e |
SJIS-WIN | 闕ウU}闕ウU{^ | 1110100010001101101100110101010101111101111010001000110110110011010101010111101101011110 | e88db3557de88db3557b5e |
EUC-JP | 闕ウU}闕ウU{^ | 11101111111011011000111010110011010101010111110111101111111011011000111010110011010101010111101101011110 | efed8eb3557defed8eb3557b5e |
UTF-8 | 闕ウU}闕ウU{^ | 1110100110010111100101011110111110111101101100110101010101111101111010011001011110010101111011111011110110110011010101010111101101011110 | e99795efbdb3557de99795efbdb3557b5e |
UHC | 闕?U}闕?U{^ | 1100111111110100001111110101010101111101110011111111010000111111010101010111101101011110 | cff43f557dcff43f557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)