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 | 雜呰東雉 | 1110100010110110100110011110110110010011100011001110100010110011 | e8b699ed938ce8b3 |
EUC-JP | 雜呰東雉 | 1111000010111000110100101110111111000101111011001111000010110101 | f0b8d2efc5ecf0b5 |
UTF-8 | 雜呰東雉 | 111010011001101110011100111001011001000110110000111001101001110110110001111010011001101110001001 | e99b9ce591b0e69db1e99b89 |
UHC | 雜?東雉 | 11101101110110100011111111010100110101001111011011001011 | edda3fd4d4f6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)