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 | 11100111101011001001000111100101100101111011110101000010 | e7ac91e597bd42 |
EUC-JP | 隨大凌B | 11101110101011101100001011100111110011101011111101000010 | eeaec2e7cebf42 |
UTF-8 | 隨大凌B | 11101001100110101010100011100101101001001010011111100101100001111000110001000010 | e99aa8e5a4a7e5878c42 |
UHC | 隨大凌B | 11100010110010111101001111011110110101111101000001000010 | e2cbd3ded7d042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)