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 | ??noBF | 001111110011111101101110011011110100001001000110 | 3f3f6e6f4246 |
SJIS-WIN | 翔虹noBF | 1110001111000100100100111111100001101110011011110100001001000110 | e3c493f86e6f4246 |
EUC-JP | 翔虹noBF | 1110011011000110110001101111101001101110011011110100001001000110 | e6c6c6fa6e6f4246 |
UTF-8 | 翔虹noBF | 11100111101111111001010011101000100110011011100101101110011011110100001001000110 | e7bf94e899b96e6f4246 |
UHC | 翔虹noBF | 1101111111010110111110111111011001101110011011110100001001000110 | dfd6fbf66e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)