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 | ??M@B | 0011111100111111010011010100000001000010 | 3f3f4d4042 |
SJIS-WIN | M@B | 11110111101001111111011010110100010011010100000001000010 | f7a7f6b44d4042 |
EUC-JP | ??M@B | 0011111100111111010011010100000001000010 | 3f3f4d4042 |
UTF-8 | M@B | 111011101001011010001010111011101001001110011011010011010100000001000010 | ee968aee939b4d4042 |
UHC | ??M@B | 0011111100111111010011010100000001000010 | 3f3f4d4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)