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 | ???c | 00111111001111110011111101100011 | 3f3f3f63 |
SJIS-WIN | 辰担奪c | 10010010010000111001001001010011100100100100010001100011 | 92439253924463 |
EUC-JP | 辰担奪c | 11000011101001001100001110110100110000111010010101100011 | c3a4c3b4c3a563 |
UTF-8 | 辰担奪c | 11101000101111101011000011100110100010111000010111100101101001011010101001100011 | e8beb0e68b85e5a5aa63 |
UHC | 辰?奪c | 111100101110001100111111111101111010110001100011 | f2e33ff7ac63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)