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 | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
SJIS-WIN | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
EUC-JP | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
UTF-8 | 혩쨘혩쨀_ | 11101101100110001010100111101100101010001001100011101101100110001010100111101100101010001000000001011111 | ed98a9eca898ed98a9eca8805f |
UHC | 혩쨘혩쨀_ | 110000101001000111000010101110101100001010010001110000101011001101011111 | c291c2bac291c2b35f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)