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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髓?? | 11101001100100100011111100111111 | e9923f3f |
EUC-JP | 髓?? | 11110001111100100011111100111111 | f1f23f3f |
UTF-8 | 髓슔읉 | 111010011010101110010011111011001000101010010100111011001001110110001001 | e9ab93ec8a94ec9d89 |
UHC | 髓슔읉 | 111000101101000010011010101000111001111110111111 | e2d09aa39fbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)