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 | 髷懷沮 | 111010011001111010011100111001011001111110011100 | e99e9ce59f9c |
EUC-JP | 髷懷沮 | 111100011111111011011000111001111101110111111100 | f1fed8e7ddfc |
UTF-8 | 髷懷沮 | 111010011010101110110111111001101000011110110111111001101011001010101110 | e9abb7e687b7e6b2ae |
UHC | ?懷沮 | 0011111111111100111000111110111011000001 | 3ffce3eec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)