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 | 煽性擁 | 100100001111100010010000101010111001011101101001 | 90f890ab9769 |
EUC-JP | 煽性擁 | 110000001111101011000000101011011100110111001010 | c0fac0adcdca |
UTF-8 | 煽性擁 | 111001111000010110111101111001101000000010100111111001101001001110000001 | e785bde680a7e69381 |
UHC | 煽性擁 | 111000001100001111100000111101011110100010110110 | e0c3e0f5e8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)