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 | 1001001001000000100100100101010001011001 | 9240925459 |
EUC-JP | 叩探Y | 1100001110100001110000111011010101011001 | c3a1c3b559 |
UTF-8 | 叩探Y | 11100101100011111010100111100110100011101010001001011001 | e58fa9e68ea259 |
UHC | 叩探Y | 1100110110110000111101111010111001011001 | cdb0f7ae59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)