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 | 蝣℃デ | 111001011010000010000001100011101000001101100110 | e5a0818e8366 |
EUC-JP | 蝣℃デ | 111010101010001010100001111011101010010111000111 | eaa2a1eea5c7 |
UTF-8 | 蝣℃デ | 111010001001110110100011111000101000010010000011111000111000001110000111 | e89da3e28483e38387 |
UHC | ?℃デ | 0011111110100001110010011010101111000111 | 3fa1c9abc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)