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 | 爵硝ヲ汐 | 10001110110111011000111111001001101001101000111010101100 | 8edd8fc9a68eac |
EUC-JP | 爵硝ヲ汐 | 1011110011011111101111101100101110001110101001101011110010101110 | bcdfbecb8ea6bcae |
UTF-8 | 爵硝ヲ汐 | 111001111000100010110101111001111010000110011101111011111011110110100110111001101011000110010000 | e788b5e7a19defbda6e6b190 |
UHC | 爵硝?汐 | 11101101110010011111010110100110001111111110000010110001 | edc9f5a63fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)