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 | 郤馴エィ | 111001111011101010010011111010011011010010101000 | e7ba93e9b4a8 |
EUC-JP | 郤馴エィ | 1110111010111100110001101110101110001110101101001000111010101000 | eebcc6eb8eb48ea8 |
UTF-8 | 郤馴エィ | 111010011000001110100100111010011010011010110100111011111011110110110100111011111011110110101000 | e983a4e9a6b4efbdb4efbda8 |
UHC | ?馴?? | 0011111111100010111110000011111100111111 | 3fe2f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)