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 | ???mG | 0011111100111111001111110110110101000111 | 3f3f3f6d47 |
SJIS-WIN | 菽??mG | 111001001100000100111111001111110110110101000111 | e4c13f3f6d47 |
EUC-JP | 菽??mG | 111010001100001100111111001111110110110101000111 | e8c33f3f6d47 |
UTF-8 | 菽됧궦mG | 1110100010001111101111011110101110010000101001111110101010110110101001100110110101000111 | e88fbdeb90a7eab6a66d47 |
UHC | 菽됧궦mG | 1110001011011101100010011110010110000010101110000110110101000111 | e2dd89e582b86d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)