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 | 驥紗削存 | 1110100110000111100011101101000110001101111011011001000110110110 | e9878ed18ded91b6 |
EUC-JP | 驥紗削存 | 1111000111100111101111001101001110111010111011111100001010111000 | f1e7bcd3baefc2b8 |
UTF-8 | 驥紗削存 | 111010011010100110100101111001111011010010010111111001011000100110001010111001011010110110011000 | e9a9a5e7b497e5898ae5ad98 |
UHC | 驥紗削存 | 1101000111001010110111101110100111011110111110111111000011101101 | d1cadee9defbf0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)