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 | 覡?郁 | 1110011001001101001111111000100011101000 | e64d3f88e8 |
EUC-JP | 覡鱃郁 | 11101011101011101000111111101011101111011011000011101010 | ebae8febbdb0ea |
UTF-8 | 覡鱃郁 | 111010001010011010100001111010011011000110000011111010011000001110000001 | e8a6a1e9b183e98381 |
UHC | 覡?郁 | 1100110010101111001111111110100111110100 | ccaf3fe9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)