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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 脂瘢枷??? | 100011101000100111100001100011011001111001100111001111110011111100111111 | 8e89e18d9e673f3f3f |
EUC-JP | 脂瘢枷??? | 101110111110100111100001111011011101101111001000001111110011111100111111 | bbe9e1eddbc83f3f3f |
UTF-8 | 脂瘢枷뤋퀚퀯 | 111010001000010010000010111001111001100010100010111001101001111010110111111010111010010010001011111011011000000010011010111011011000000010101111 | e88482e798a2e69eb7eba48bed809aed80af |
UHC | 脂瘢枷뤋퀚퀯 | 111100101011011111011010111011101100101010101110100011111011101110110011100011101011010001000010 | f2b7daeecaae8fbbb38eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)