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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 吳됱옃易귻 | 111001011001000010110011111010111001000010110001111011001001100010000011111011111010011110100000111010101011011110111011 | e590b3eb90b1ec9883efa7a0eab7bb |
UHC | 吳됱옃易귻 | 11100111111011111000100111101100100111101000111111101100101011111000001101000010 | e7ef89ec9e8fecaf8342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)