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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | エ靃齏竡カ | 11110001111000101011010011111011111011111110100011101011111000101000111010110110 | f1e2b4fbefe8ebe28eb6 |
EUC-JP | ?エ靃齏竡カ | 001111111000111010110100100011111110011110101110111100001110110111100011111011101000111010110110 | 3f8eb48fe7aef0ede3ee8eb6 |
UTF-8 | エ靃齏竡カ | 111011101000010110011101111011111011110110110100111010011001110110000011111010011011110110001111111001111010101110100001111011111011110110110110 | ee859defbdb4e99d83e9bd8fe7aba1efbdb6 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)