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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 跪峨Η | 111001101110110010001001111000111000001110100101 | e6ec89e383a5 |
EUC-JP | 跪峨Η | 111011001110111010110010111001011010011010100111 | eceeb2e5a6a7 |
UTF-8 | 跪峨Η | 1110100010110111101010101110010110110011101010001100111010010111 | e8b7aae5b3a8ce97 |
UHC | ?峨Η | 0011111111100100101100011010010111000111 | 3fe4b1a5c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)