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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 脛随秋nB | 1110001111111000100100001000111110001111010010000110111001000010 | e3f8908f8f486e42 |
EUC-JP | 脛随秋nB | 1110011011111010101111111110111110111101101010010110111001000010 | e6fabfefbda96e42 |
UTF-8 | 脛随秋nB | 1110100010000100100110111110100110011010100011111110011110100111100010110110111001000010 | e8849be99a8fe7a78b6e42 |
UHC | 脛?秋nB | 11001100111010110011111111110101110101010110111001000010 | cceb3ff5d56e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)