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 | 汐泄汐 | 100011101010110010011111100101011000111010101100 | 8eac9f958eac |
EUC-JP | 汐泄汐 | 101111001010111011011101111101011011110010101110 | bcaeddf5bcae |
UTF-8 | 汐泄汐 | 111001101011000110010000111001101011001110000100111001101011000110010000 | e6b190e6b384e6b190 |
UHC | 汐泄汐 | 111000001011000111100000110111001110000010110001 | e0b1e0dce0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)