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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 耶???? | 100101101110101100111111001111110011111100111111 | 96eb3f3f3f3f |
EUC-JP | 耶??荑? | 1100110011101101001111110011111110001111110101111111100100111111 | cced3f3f8fd7f93f |
UTF-8 | 耶쇨쑬荑갃 | 111010001000000010110110111011001000011110101000111011001001000110101100111010001000110110010001111010101011000010000011 | e880b6ec87a8ec91ace88d91eab083 |
UHC | 耶쇨쑬荑갃 | 11100101101011011011110011101010101111101010100011101100101111111000000101000010 | e5adbceabea8ecbf8142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)