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 | 1110001001101110100111000101010101011001 | e26e9c5559 |
EUC-JP | 穗弑Y | 1110001111001111110101111011011001011001 | e3cfd7b659 |
UTF-8 | 穗弑Y | 11100111101010011001011111100101101111001001000101011001 | e7a997e5bc9159 |
UHC | 穗弑Y | 1110001010110100111000111011110101011001 | e2b4e3bd59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)