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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | メ晴ァB | 11110001111110111101001011111010110110001010011101000010 | f1fbd2fad8a742 |
EUC-JP | ?メ?ァB | 00111111100011101101001000111111100011101010011101000010 | 3f8ed23f8ea742 |
UTF-8 | メ晴ァB | 11101110100001011011011011101111101111101001001011101111101010001001001011101111101111011010011101000010 | ee85b6efbe92efa892efbda742 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)