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 | ????o | 0011111100111111001111110011111101101111 | 3f3f3f3f6f |
SJIS-WIN | ????o | 0011111100111111001111110011111101101111 | 3f3f3f3f6f |
EUC-JP | ????o | 0011111100111111001111110011111101101111 | 3f3f3f3f6f |
UTF-8 | 혷쨋혺혮o | 11101101100110001011011111101100101010001000101111101101100110001011101011101101100110001010111001101111 | ed98b7eca88bed98baed98ae6f |
UHC | 혷쨋혺혮o | 110000101001111011000010101101101100001010011111110000101001010101101111 | c29ec2b6c29fc2956f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)