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 | 猷??? | 1001011101010001001111110011111100111111 | 97513f3f3f |
EUC-JP | 猷??? | 1100110110110010001111110011111100111111 | cdb23f3f3f |
UTF-8 | 猷뗐╊퓥 | 111001111000110010110111111010111001011110010000111000101001010110001010111011011001001110100101 | e78cb7eb9790e2958aed93a5 |
UHC | 猷뗐╊퓥 | 1110101110100011101101101100001110100110111001001011111110001110 | eba3b6c3a6e4bf8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)