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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 癲爬癲肓^ | 111000011001111111100000101001101110000110011111111000111110100101011110 | e19fe0a6e19fe3e95e |
EUC-JP | 癲爬癲肓^ | 111000101010000111100000101010001110001010100001111001101110101101011110 | e2a1e0a8e2a1e6eb5e |
UTF-8 | 癲爬癲肓^ | 11100111100110011011001011100111100010001010110011100111100110011011001011101000100000101001001101011110 | e799b2e788ace799b2e882935e |
UHC | 癲爬癲?^ | 1110111110100110111101111111000011101111101001100011111101011110 | efa6f7f0efa63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)