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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???依ъ? | 0011111100111111001111111000100011001011100001001000110000111111 | 3f3f3f88cb848c3f |
EUC-JP | ???依ъ? | 0011111100111111001111111011000011001101101001111110110000111111 | 3f3f3fb0cda7ec3f |
UTF-8 | 琉됰젏依ъ꽦 | 1110111110100111100011001110101110010000101100001110110010100000100011111110010010111110100111011101000110001010111010101011110110100110 | efa78ceb90b0eca08fe4be9dd18aeabda6 |
UHC | 琉됰젏依ъ꽦 | 111010111010010010001001111010111010000010010000111010111110111010101100111011001000010010110001 | eba489eba090ebeeacec84b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)