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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 覡?郁汽 | 11100110010011010011111110001000111010001000101101000100 | e64d3f88e88b44 |
EUC-JP | 覡鱃郁汽 | 111010111010111010001111111010111011110110110000111010101011010110100101 | ebae8febbdb0eab5a5 |
UTF-8 | 覡鱃郁汽 | 111010001010011010100001111010011011000110000011111010011000001110000001111001101011000110111101 | e8a6a1e9b183e98381e6b1bd |
UHC | 覡?郁汽 | 11001100101011110011111111101001111101001101000110101001 | ccaf3fe9f4d1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)