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 | ?E?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
SJIS-WIN | 慊E慊EB | 10011100110000100100010110011100110000100100010101000010 | 9cc2459cc24542 |
EUC-JP | 慊E慊EB | 11011000110001000100010111011000110001000100010101000010 | d8c445d8c44542 |
UTF-8 | 慊E慊EB | 111001101000010110001010010001011110011010000101100010100100010101000010 | e6858a45e6858a4542 |
UHC | 慊E慊EB | 11001100110000110100010111001100110000110100010101000010 | ccc345ccc34542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)