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 | 雕ー閧イ褪 | 1110100010111000101100001110100010000010101100101110010111110010 | e8b8b0e882b2e5f2 |
EUC-JP | 雕ー閧イ褪 | 11110000101110101000111010110000111011111110001010001110101100101110101011110100 | f0ba8eb0efe28eb2eaf4 |
UTF-8 | 雕ー閧イ褪 | 111010011001101110010101111011111011110110110000111010011001011010100111111011111011110110110010111010001010010010101010 | e99b95efbdb0e996a7efbdb2e8a4aa |
UHC | 雕???褪 | 11110000111001110011111100111111001111111111011111011011 | f0e73f3f3ff7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)