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 | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | 娼チy | 10001111101010011100000101111001 | 8fa9c179 |
EUC-JP | 娼チy | 1011111010101011100011101100000101111001 | beab8ec179 |
UTF-8 | 娼チy | 11100101101010001011110011101111101111101000000101111001 | e5a8bcefbe8179 |
UHC | 娼?y | 11110011110111100011111101111001 | f3de3f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)