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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 毓↓?\ | 100111110111100110000001101010110011111101011100 | 9f7981ab3f5c |
EUC-JP | 毓↓?\ | 110111011101101010100010101011010011111101011100 | dddaa2ad3f5c |
UTF-8 | 毓↓돟\ | 11100110101011111001001111100010100001101001001111101011100011111001111101011100 | e6af93e28693eb8f9f5c |
UHC | 毓↓돟\ | 11101011101111101010000111101001100010011010010101011100 | ebbea1e989a55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)