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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 襍ヲ陋①h | 1110100010110101101001101110100010011011100001110100000001101000 | e8b5a6e89b874068 |
EUC-JP | 襍ヲ陋?h | 1111000010110111100011101010011011101111111110110011111101101000 | f0b78ea6effb3f68 |
UTF-8 | 襍ヲ陋①h | 11101000101001011000110111101111101111011010011011101001100110011000101111100010100100011010000001101000 | e8a58defbda6e9998be291a068 |
UHC | ??陋①h | 00111111001111111101011110110000101010001110011101101000 | 3f3fd7b0a8e768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)