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 | 臍??貊曼 | 1110010001100000001111110011111111100110101110111001100111010110 | e4603f3fe6bb99d6 |
EUC-JP | 臍??貊曼 | 1110011111000001001111110011111111101100101111011101001011011000 | e7c13f3fecbdd2d8 |
UTF-8 | 臍樓렰貊曼 | 111010001000011110001101111011111010010110001100111010111010000010110000111010001011001010001010111001101001101110111100 | e8878defa58ceba0b0e8b28ae69bbc |
UHC | 臍樓렰貊曼 | 11110000101100001101001011100110100011101011110111011000111001111101100010111010 | f0b0d2e68ebdd8e7d8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)