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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 樹???? | 100011101111011100111111001111110011111100111111 | 8ef73f3f3f3f |
EUC-JP | 樹???? | 101111001111100100111111001111110011111100111111 | bcf93f3f3f3f |
UTF-8 | 樹렋렖렋롉 | 111001101010100010111001111010111010000010001011111010111010000010010110111010111010000010001011111010111010000110001001 | e6a8b9eba08beba096eba08beba189 |
UHC | 樹렋렖렋롉 | 11100010101001111000111010100010100011101010101110001110101000101000111011001111 | e2a78ea28eab8ea28ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)