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 | 豊?窪?濠 | 1001011001001100001111111000110001000101001111111000110110001010 | 964c3f8c453f8d8a |
EUC-JP | 豊?窪?濠 | 1100101110101101001111111011011110100110001111111011100111101010 | cbad3fb7a63fb9ea |
UTF-8 | 豊렟窪렪濠 | 111010001011000110001010111010111010000010011111111001111010101010101010111010111010000010101010111001101011111110100000 | e8b18aeba09fe7aaaaeba0aae6bfa0 |
UHC | 豊렟窪렪濠 | 11111001101001011000111010110000111010001100000110001110101110001111101111001100 | f9a58eb0e8c18eb8fbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)