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 | 阡募綾髮 | 1110100010010100100101011110010110001000101110111110100110011011 | e89495e588bbe99b |
EUC-JP | 阡募綾髮 | 1110111111110100110010101110011110110000101111011111000111111011 | eff4cae7b0bdf1fb |
UTF-8 | 阡募綾髮 | 111010011001100010100001111001011000101110011111111001111011011010111110111010011010101110101110 | e998a1e58b9fe7b6bee9abae |
UHC | 阡募綾髮 | 1111010011000110110110011011010011010111110100111101101110100101 | f4c6d9b4d7d3dba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)