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 | ?a??B | 0011111101100001001111110011111101000010 | 3f613f3f42 |
SJIS-WIN | 脱a辰遜B | 1001001001000101011000011001001001000011100100011011101101000010 | 924561924391bb42 |
EUC-JP | 脱a辰遜B | 1100001110100110011000011100001110100100110000101011110101000010 | c3a661c3a4c2bd42 |
UTF-8 | 脱a辰遜B | 1110100010000100101100010110000111101000101111101011000011101001100000011001110001000010 | e884b161e8beb0e9819c42 |
UHC | ?a辰遜B | 00111111011000011111001011100011111000011110000101000010 | 3f61f2e3e1e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)