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 | 隴俯抽 | 111010001010110110011000111010111001001010001010 | e8ad98eb928a |
EUC-JP | 隴俯抽 | 111100001010111111010000111011011100001111101010 | f0afd0edc3ea |
UTF-8 | 隴俯抽 | 111010011001101010110100111001001011111110101111111001101000101010111101 | e99ab4e4bfafe68abd |
UHC | ?俯抽 | 0011111111011100111101101111010111001110 | 3fdcf6f5ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)