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 | 1001001001001000100100100101000001111001 | 9248925079 |
EUC-JP | 辿単y | 1100001110101001110000111011000101111001 | c3a9c3b179 |
UTF-8 | 辿単y | 11101000101111101011111111100101100011011001100001111001 | e8bebfe58d9879 |
UHC | ??y | 001111110011111101111001 | 3f3f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)