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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 楓篩?? | 100101011001011011100010101111110011111100111111 | 9596e2bf3f3f |
EUC-JP | 楓篩?? | 110010011111011011100100110000010011111100111111 | c9f6e4c13f3f |
UTF-8 | 楓篩렋렑 | 111001101010010110010011111001111010111110101001111010111010000010001011111010111010000010010001 | e6a593e7afa9eba08beba091 |
UHC | 楓篩렋렑 | 1111100110100011110111101110100010001110101000101000111010100110 | f9a3dee88ea28ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)