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 | 恁???ъ? | 1001110010001100001111110011111100111111100001001000110000111111 | 9c8c3f3f3f848c3f |
EUC-JP | 恁???ъ? | 1101011111101100001111110011111100111111101001111110110000111111 | d7ec3f3f3fa7ec3f |
UTF-8 | 恁㏃갸泥ъ괜 | 1110011010000001100000011110001110001111100000111110101010110000101110001110111110100111101000111101000110001010111010101011010010011100 | e68181e38f83eab0b8efa7a3d18aeab49c |
UHC | 恁㏃갸泥ъ괜 | 111011001111011010100111111011001011000010111100111011001011001010101100111011001011000110100110 | ecf6a7ecb0bcecb2acecb1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)