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 | 鄂個ー螳ウ | 1110011110111101100011001100001010110000111001011010111010110011 | e7bd8cc2b0e5aeb3 |
EUC-JP | 鄂個ー螳ウ | 11101110101111111011100011000100100011101011000011101010101100001000111010110011 | eebfb8c48eb0eab08eb3 |
UTF-8 | 鄂個ー螳ウ | 111010011000010010000010111001011000000010001011111011111011110110110000111010001001111010110011111011111011110110110011 | e98482e5808befbdb0e89eb3efbdb3 |
UHC | 鄂個?螳? | 1110010011000111110010111100000100111111110100111101100100111111 | e4c7cbc13fd3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)