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 | 藏?漿槃漣 | 111001010101010100111111100111111111011110011110110011111001011111111000 | e5553f9ff79ecf97f8 |
EUC-JP | 藏?漿槃漣 | 111010011011011000111111110111101111100111011100110100011100111011111010 | e9b63fdef9dcd1cefa |
UTF-8 | 藏렟漿槃漣 | 111010001001011110001111111010111010000010011111111001101011110010111111111001101010011110000011111001101011110010100011 | e8978feba09fe6bcbfe6a783e6bca3 |
UHC | 藏렟漿槃漣 | 11101101111110101000111010110000111011011110110011011010111010011101010111111110 | edfa8eb0edecdae9d5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)