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 | 驍戊侮 | 111010011000001010010101111010001001010110001110 | e98295e8958e |
EUC-JP | 驍戊侮 | 111100011110001011001010111010101100100111101110 | f1e2caeac9ee |
UTF-8 | 驍戊侮 | 111010011010100110001101111001101000100010001010111001001011111010101110 | e9a98de6888ae4beae |
UHC | 驍戊侮 | 111111011010010011011001111001101101100110110010 | fda4d9e6d9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)