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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隱們愛 | 111010001010101010011000111011001000100010100100 | e8aa98ec88a4 |
EUC-JP | 隱們愛 | 111100001010110011010000111011101011000010100110 | f0acd0eeb0a6 |
UTF-8 | 隱們愛 | 111010011001101010110001111001011000000010010001111001101000010010011011 | e99ab1e58091e6849b |
UHC | 隱們愛 | 111010111101111111011001111110101110010011110001 | ebdfd9fae4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)