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 | 逖、逧エ | 111001111001100010100100111001111001101010110100 | e798a4e79ab4 |
EUC-JP | 逖、逧エ | 1110110111111000100011101010010011101101111110101000111010110100 | edf88ea4edfa8eb4 |
UTF-8 | 逖、逧エ | 111010011000000010010110111011111011110110100100111010011000000010100111111011111011110110110100 | e98096efbda4e980a7efbdb4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)