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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 辱?}v辱?}vB | 1001000001001010001111110111110101110110100100000100101000111111011111010111011001000010 | 904a3f7d76904a3f7d7642 |
EUC-JP | 辱?}v辱?}vB | 1011111110101011001111110111110101110110101111111010101100111111011111010111011001000010 | bfab3f7d76bfab3f7d7642 |
UTF-8 | 辱뎝}v辱뎝}vB | 1110100010111110101100011110101110001110100111010111110101110110111010001011111010110001111010111000111010011101011111010111011001000010 | e8beb1eb8e9d7d76e8beb1eb8e9d7d7642 |
UHC | 辱뎝}v辱뎝}vB | 11101001101101001000100101101110011111010111011011101001101101001000100101101110011111010111011001000010 | e9b4896e7d76e9b4896e7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)