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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驍戊侮閨 | 1110100110000010100101011110100010010101100011101110100010000001 | e98295e8958ee881 |
EUC-JP | 驍戊侮閨 | 1111000111100010110010101110101011001001111011101110111111100001 | f1e2caeac9eeefe1 |
UTF-8 | 驍戊侮閨 | 111010011010100110001101111001101000100010001010111001001011111010101110111010011001011010101000 | e9a98de6888ae4beaee996a8 |
UHC | 驍戊侮閨 | 1111110110100100110110011110011011011001101100101101000010110001 | fda4d9e6d9b2d0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)