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 | 銕俯衍 | 111001111110110010011000111010111001111110100101 | e7ec98eb9fa5 |
EUC-JP | 銕俯衍 | 111011101110111011010000111011011101111010100111 | eeeed0eddea7 |
UTF-8 | 銕俯衍 | 111010011000101010010101111001001011111110101111111010001010000110001101 | e98a95e4bfafe8a18d |
UHC | ?俯衍 | 0011111111011100111101101110011011100010 | 3fdcf6e6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)