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 | 隍馴㍽籬 | 1110100010100100100100111110100110000111100011101110001011011111 | e8a493e9878ee2df |
EUC-JP | 隍馴?籬 | 11110000101001101100011011101011001111111110010011100001 | f0a6c6eb3fe4e1 |
UTF-8 | 隍馴㍽籬 | 111010011001101010001101111010011010011010110100111000111000110110111101111001111011000110101100 | e99a8de9a6b4e38dbde7b1ac |
UHC | 隍馴?籬 | 11111100110110111110001011111000001111111101011111100110 | fcdbe2f83fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)