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 | 髫簿響蛟 | 1110100110011010100101011110101110001011101111111110010110000000 | e99a95eb8bbfe580 |
EUC-JP | 髫簿響蛟 | 1111000111111010110010101110110110110110110000011110100111100000 | f1facaedb6c1e9e0 |
UTF-8 | 髫簿響蛟 | 111010011010101110101011111001111011000010111111111010011001111110111111111010001001101110011111 | e9ababe7b0bfe99fbfe89b9f |
UHC | ?簿響蛟 | 00111111110111011010110111111010110000101100111011110001 | 3fddadfac2cef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)