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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テ姪津敕ュ | 1100001110010110110000111001001011000011100111011100001110101101 | c396c392c39dc3ad |
EUC-JP | テ姪津敕ュ | 10001110110000111100110011000101110001001100010111011010110001011000111010101101 | 8ec3ccc5c4c5dac58ead |
UTF-8 | テ姪津敕ュ | 111011111011111010000011111001011010011110101010111001101011010010100101111001101001010110010101111011111011110110101101 | efbe83e5a7aae6b4a5e69595efbdad |
UHC | ?姪津?? | 00111111111100101110101111110010110100000011111100111111 | 3ff2ebf2d03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)