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 | 傲쭷\}傲쭷\{^ | 1110010110000010101100101110110010101101101101110101110001111101111001011000001010110010111011001010110110110111010111000111101101011110 | e582b2ecadb75c7de582b2ecadb75c7b5e |
UHC | 傲쭷\}傲쭷\{^ | 11100111111011001010100001001011010111000111110111100111111011001010100001001011010111000111101101011110 | e7eca84b5c7de7eca84b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)