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 | ???窈 | 0011111100111111001111111110001001110111 | 3f3f3fe277 |
EUC-JP | 蔣??窈 | 10001111110110011011011000111111001111111110001111011000 | 8fd9b63f3fe3d8 |
UTF-8 | 蔣놅숲窈 | 111010001001010010100011111010111000011010000101111011001000100010110010111001111010101010001000 | e894a3eb8685ec88b2e7aa88 |
UHC | 蔣놅숲窈 | 1110110111111000100001101110111110111101101000111110100110100001 | edf886efbda3e9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)