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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隶瑚ス溽ワ | 111010001010111010001100111010001011110110011111111001111000001110001111 | e8ae8ce8bd9fe7838f |
EUC-JP | 隶瑚ス溽ワ | 11110000101100001011100011101010100011101011110111011110111010011010010111101111 | f0b0b8ea8ebddee9a5ef |
UTF-8 | 隶瑚ス溽ワ | 111010011001101010110110111001111001000110011010111011111011110110111101111001101011101010111101111000111000001110101111 | e99ab6e7919aefbdbde6babde383af |
UHC | ?瑚??ワ | 00111111111110111101000100111111001111111010101111101111 | 3ffbd13f3fabef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)