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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | テ姪儉oBF | 1100001110010110110000111001100101001100011011110100001001000110 | c396c3994c6f4246 |
EUC-JP | テ姪儉oBF | 100011101100001111001100110001011101000110101101011011110100001001000110 | 8ec3ccc5d1ad6f4246 |
UTF-8 | テ姪儉oBF | 111011111011111010000011111001011010011110101010111001011000010010001001011011110100001001000110 | efbe83e5a7aae584896f4246 |
UHC | ?姪儉oBF | 0011111111110010111010111100101111111011011011110100001001000110 | 3ff2ebcbfb6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)