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 | 失式赦 | 100011101011100010001110101011101000111011001101 | 8eb88eae8ecd |
EUC-JP | 失式赦 | 101111001011101010111100101100001011110011001111 | bcbabcb0bccf |
UTF-8 | 失式赦 | 111001011010010010110001111001011011110010001111111010001011010110100110 | e5a4b1e5bc8fe8b5a6 |
UHC | 失式赦 | 111000111111011111100011110100101101111011110101 | e3f7e3d2def5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)