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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 鴃穢Y | 1110100111101110111000100111000101011001 | e9eee27159 |
EUC-JP | 鴃穢Y | 1111001011110000111000111101001001011001 | f2f0e3d259 |
UTF-8 | 鴃穢Y | 11101001101101001000001111100111101010011010001001011001 | e9b483e7a9a259 |
UHC | ?穢Y | 00111111111001111101101101011001 | 3fe7db59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)