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 | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | ?妖}B | 0011111110010111011001000111110101000010 | 3f97647d42 |
EUC-JP | ?妖}B | 0011111111001101110001010111110101000010 | 3fcdc57d42 |
UTF-8 | 쐛妖}B | 1110110010010000100110111110010110100110100101100111110101000010 | ec909be5a6967d42 |
UHC | 쐛妖}B | 100111001000000111101000111011010111110101000010 | 9c81e8ed7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)