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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???依ъ?? | 001111110011111100111111100010001100101110000100100011000011111100111111 | 3f3f3f88cb848c3f3f |
EUC-JP | ???依ъ?? | 001111110011111100111111101100001100110110100111111011000011111100111111 | 3f3f3fb0cda7ec3f3f |
UTF-8 | 琉됰젏依ъ꽦琉 | 1110111110100111100011001110101110010000101100001110110010100000100011111110010010111110100111011101000110001010111010101011110110100110111011111010011110001100 | efa78ceb90b0eca08fe4be9dd18aeabda6efa78c |
UHC | 琉됰젏依ъ꽦琉 | 1110101110100100100010011110101110100000100100001110101111101110101011001110110010000100101100011110101110100100 | eba489eba090ebeeacec84b1eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)