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 | ??源?? | 001111110011111110001100101110010011111100111111 | 3f3f8cb93f3f |
EUC-JP | 佾?源?塼 | 10001111101100001111101100111111101110001011101100111111100011111011100010111001 | 8fb0fb3fb8bb3f8fb8b9 |
UTF-8 | 佾렪源렰塼 | 111001001011110110111110111010111010000010101010111001101011101010010000111010111010000010110000111001011010000110111100 | e4bdbeeba0aae6ba90eba0b0e5a1bc |
UHC | 佾렪源렰塼 | 11101100111010111000111010111000111010101011100110001110101111011110111011110100 | eceb8eb8eab98ebdeef4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)