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 | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-WIN | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
EUC-JP | ???y | 00111111001111110011111101111001 | 3f3f3f79 |
UTF-8 | 혧쨉횗y | 11101101100110001010011111101100101010001000100111101101100110101001011101111001 | ed98a7eca889ed9a9779 |
UHC | 혧쨉횗y | 11000010100011111100001010110101110000111001000101111001 | c28fc2b5c39179 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)