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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
EUC-JP | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
UTF-8 | 혦횆혦쨘창횉] | 11101101100110001010011011101101100110101000011011101101100110001010011011101100101010001001100011101100101100001011110111101101100110101000100101011101 | ed98a6ed9a86ed98a6eca898ecb0bded9a895d |
UHC | 혦횆혦쨘창횉] | 11000010100011101100001110000100110000101000111011000010101110101100001110100010110000111000011101011101 | c28ec384c28ec2bac3a2c3875d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)