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 | 壹狡愆 | 100110101110001111100000110000101001110010110010 | 9ae3e0c29cb2 |
EUC-JP | 壹狡愆 | 110101001110010111100000110001001101100010110100 | d4e5e0c4d8b4 |
UTF-8 | 壹狡愆 | 111001011010001110111001111001111000101110100001111001101000010010000110 | e5a3b9e78ba1e68486 |
UHC | 壹狡愆 | 111011001110110011001110111010101100101111110000 | ececceeacbf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)