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 | 11100100100001101000110110001011100011111010111001000101 | e4868d8b8fae45 |
EUC-JP | 艷豪尚E | 11100111111001101011100111101011101111101011000001000101 | e7e6b9ebbeb045 |
UTF-8 | 艷豪尚E | 11101000100010011011011111101000101100011010101011100101101100001001101001000101 | e889b7e8b1aae5b09a45 |
UHC | ?豪?E | 0011111111111011110111110011111101000101 | 3ffbdf3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)