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 | 跌堤族跌堤 | 11100110111010011001001011100111100100011011000011100110111010011001001011100111 | e6e992e791b0e6e992e7 |
EUC-JP | 跌堤族跌堤 | 11101100111010111100010011101001110000101011001011101100111010111100010011101001 | ecebc4e9c2b2ecebc4e9 |
UTF-8 | 跌堤族跌堤 | 111010001011011110001100111001011010000010100100111001101001011110001111111010001011011110001100111001011010000010100100 | e8b78ce5a0a4e6978fe8b78ce5a0a4 |
UHC | 跌堤族跌堤 | 11110010111101101111000010100111111100001110100111110010111101101111000010100111 | f2f6f0a7f0e9f2f6f0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)