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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 逎∬樗襍ァE | 11100111101000111000000111101000100100101001010011101000101101011010011101000101 | e7a381e89294e8b5a745 |
EUC-JP | 逎∬樗襍ァE | 1110111010100101101000101110101011000011111101001111000010110111100011101010011101000101 | eea5a2eac3f4f0b78ea745 |
UTF-8 | 逎∬樗襍ァE | 11101001100000001000111011100010100010001010110011100110101010001001011111101000101001011000110111101111101111011010011101000101 | e9808ee288ace6a897e8a58defbda745 |
UHC | ?∬樗??E | 0011111110100001111100111110111011000000001111110011111101000101 | 3fa1f3eec03f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)