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 | 賃?義?? | 10010010110000000011111110001011011000000011111100111111 | 92c03f8b603f3f |
EUC-JP | 賃?義?? | 11000100110000100011111110110101110000010011111100111111 | c4c23fb5c13f3f |
UTF-8 | 賃렪義累렲 | 111010001011001110000011111010111010000010101010111001111011111010101001111011111010010110001111111010111010000010110010 | e8b383eba0aae7bea9efa58feba0b2 |
UHC | 賃렪義累렲 | 11101100111111001000111010111000111010111111100111010010111010011000111010111111 | ecfc8eb8ebf9d2e98ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)