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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 應皎? | 1001110011100100111000011010011100111111 | 9ce4e1a73f |
EUC-JP | 應皎? | 1101100011100110111000101010100100111111 | d8e6e2a93f |
UTF-8 | 應皎렚 | 111001101000011110001001111001111001101010001110111010111010000010011010 | e68789e79a8eeba09a |
UHC | 應皎렚 | 111010111110101111001110111010111000111010101101 | ebebceeb8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)