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 | ?Y?bE | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 洩Y洩bE | 10001001011010110101100110001001011010110110001001000101 | 896b59896b6245 |
EUC-JP | 洩Y洩bE | 10110001110011000101100110110001110011000110001001000101 | b1cc59b1cc6245 |
UTF-8 | 洩Y洩bE | 111001101011010010101001010110011110011010110100101010010110001001000101 | e6b4a959e6b4a96245 |
UHC | 洩Y洩bE | 11100000110111010101100111100000110111010110001001000101 | e0dd59e0dd6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)