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 | 1001001001000000100100100100001101111001 | 9240924379 |
EUC-JP | 叩辰y | 1100001110100001110000111010010001111001 | c3a1c3a479 |
UTF-8 | 叩辰y | 11100101100011111010100111101000101111101011000001111001 | e58fa9e8beb079 |
UHC | 叩辰y | 1100110110110000111100101110001101111001 | cdb0f2e379 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)