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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 粧昉] | 1000111111001111111110101101000101011101 | 8fcffad15d |
EUC-JP | 粧昉] | 101111101101000110001111110000011111100001011101 | bed18fc1f85d |
UTF-8 | 粧昉] | 11100111101100101010011111100110100110001000100101011101 | e7b2a7e698895d |
UHC | 粧昉] | 1110110111110010110110111011001001011101 | edf2dbb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)