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 | 00111111100111011111101001111001 | 3f9dfa79 |
EUC-JP | ?曉y | 00111111110110101111110001111001 | 3fdafc79 |
UTF-8 | 룿曉y | 11101011101000111011111111100110100110111000100101111001 | eba3bfe69b8979 |
UHC | 룿曉y | 1000111110110000111111001111101101111001 | 8fb0fcfb79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)