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 | 逡?莪 | 1110011110010101001111111110010010101110 | e7953fe4ae |
EUC-JP | 逡?莪 | 1110110111110101001111111110100010110000 | edf53fe8b0 |
UTF-8 | 逡소莪 | 111010011000000010100001111011001000011010001100111010001000111010101010 | e980a1ec868ce88eaa |
UHC | 逡소莪 | 111100011110010010111100110100101110010010110101 | f1e4bcd2e4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)