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 | 傲??円?? | 1001100011111100001111110011111110001001011111100011111100111111 | 98fc3f3f897e3f3f |
EUC-JP | 傲??円?? | 1101000011111110001111110011111110110001110111110011111100111111 | d0fe3f3fb1df3f3f |
UTF-8 | 傲딉퐚円뗧땃 | 111001011000001010110010111010111001010010001001111011011001000010011010111001011000011010000110111010111001011110100111111010111001010110000011 | e582b2eb9489ed909ae58686eb97a7eb9583 |
UHC | 傲딉퐚円뗧땃 | 111001111110110010001010111011111011110110000100111001011111011110001011111001111011011010100011 | e7ec8aefbd84e5f78be7b6a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)