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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔕贋識薇 | 1110010011110110100010101110010010001110101011111110010101001110 | e4f68ae48eafe54e |
EUC-JP | 蔕贋識薇 | 1110100011111000101101001110011010111100101100011110100110101111 | e8f8b4e6bcb1e9af |
UTF-8 | 蔕贋識薇 | 111010001001010010010101111010001011010010001011111010001010110110011000111010001001011010000111 | e89495e8b48be8ad98e89687 |
UHC | ??識薇 | 001111110011111111100011110110111101101010111001 | 3f3fe3dbdab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)