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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 輿??? | 1001011101100000001111110011111100111111 | 97603f3f3f |
EUC-JP | 輿??? | 1100110111000001001111110011111100111111 | cdc13f3f3f |
UTF-8 | 輿귢퀏琉 | 111010001011110010111111111010101011011110100010111011011000000010001111111011111010011110001100 | e8bcbfeab7a2ed808fefa78c |
UHC | 輿귢퀏琉 | 1110011010101011100000101110101010110011100001011110101110100100 | e6ab82eab385eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)