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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 逡臥負B | 11100111100101011000100111100111100101011000100101000010 | e79589e7958942 |
EUC-JP | 逡臥負B | 11101101111101011011001011101001110010011110100101000010 | edf5b2e9c9e942 |
UTF-8 | 逡臥負B | 11101001100000001010000111101000100001111010010111101000101100101010000001000010 | e980a1e887a5e8b2a042 |
UHC | 逡臥負B | 11110001111001001110100011000010110111011011011001000010 | f1e4e8c2ddb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)