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 | 縡?依?窪 | 1110001101110001001111111000100011001011001111111000110001000101 | e3713f88cb3f8c45 |
EUC-JP | 縡?依?窪 | 1110010111010010001111111011000011001101001111111011011110100110 | e5d23fb0cd3fb7a6 |
UTF-8 | 縡렕依렋窪 | 111001111011100010100001111010111010000010010101111001001011111010011101111010111010000010001011111001111010101010101010 | e7b8a1eba095e4be9deba08be7aaaa |
UHC | 縡렕依렋窪 | 11101110101011011000111010101010111010111110111010001110101000101110100011000001 | eead8eaaebee8ea2e8c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)