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 | 1111110001000011100011101011000101111001 | fc438eb179 |
EUC-JP | 鮏竺y | 100011111110101011011011101111001011001101111001 | 8feadbbcb379 |
UTF-8 | 鮏竺y | 11101001101011101000111111100111101010111011101001111001 | e9ae8fe7abba79 |
UHC | ?竺y | 00111111111101011110011101111001 | 3ff5e779 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)