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 | 髓?琰 | 111100011111001000111111100011111100110010110100 | f1f23f8fccb4 |
UTF-8 | 髓슔琰 | 111010011010101110010011111011001000101010010100111001111001000010110000 | e9ab93ec8a94e790b0 |
UHC | 髓슔琰 | 111000101101000010011010101000111110011011111100 | e2d09aa3e6fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)