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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 聿豪尚E | 11100011111001001000110110001011100011111010111001000101 | e3e48d8b8fae45 |
EUC-JP | 聿豪尚E | 11100110111001101011100111101011101111101011000001000101 | e6e6b9ebbeb045 |
UTF-8 | 聿豪尚E | 11101000100000011011111111101000101100011010101011100101101100001001101001000101 | e881bfe8b1aae5b09a45 |
UHC | 聿豪?E | 111010111101001111111011110111110011111101000101 | ebd3fbdf3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)