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 | ??????} | 00111111001111110011111100111111001111110011111101111101 | 3f3f3f3f3f3f7d |
SJIS-WIN | 恁?????} | 1001110010001100001111110011111100111111001111110011111101111101 | 9c8c3f3f3f3f3f7d |
EUC-JP | 恁?????} | 1101011111101100001111110011111100111111001111110011111101111101 | d7ec3f3f3f3f3f7d |
UTF-8 | 恁㏃㎣淋뺤껌} | 11100110100000011000000111100011100011111000001111100011100011101010001111101111101001111011010111101011101110101010010011101010101110111000110001111101 | e68181e38f83e38ea3efa7b5ebbaa4eabb8c7d |
UHC | 恁㏃㎣淋뺤껌} | 11101100111101101010011111101100101001111010011111101100111110001001010111101100101100101010110101111101 | ecf6a7eca7a7ecf895ecb2ad7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)