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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 傲?\}傲?\{^ | 1001100011111100001111110101110001111101100110001111110000111111010111000111101101011110 | 98fc3f5c7d98fc3f5c7b5e |
EUC-JP | 傲?\}傲?\{^ | 1101000011111110001111110101110001111101110100001111111000111111010111000111101101011110 | d0fe3f5c7dd0fe3f5c7b5e |
UTF-8 | 傲둏\}傲둏\{^ | 1110010110000010101100101110101110010001100011110101110001111101111001011000001010110010111010111001000110001111010111000111101101011110 | e582b2eb918f5c7de582b2eb918f5c7b5e |
UHC | 傲둏\}傲둏\{^ | 11100111111011001000101001001011010111000111110111100111111011001000101001001011010111000111101101011110 | e7ec8a4b5c7de7ec8a4b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)