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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 将ウ召尞「ア | 100011111010101110110011100011111010001011111010101010111010001010110001 | 8fabb38fa2faaba2b1 |
EUC-JP | 将ウ召尞「ア | 10111110101011011000111010110011101111101010010010001111101110101110101110001110101000101000111010110001 | bead8eb3bea48fbaeb8ea28eb1 |
UTF-8 | 将ウ召尞「ア | 111001011011000010000110111011111011110110110011111001011000111110101100111001011011000010011110111011111011110110100010111011111011110110110001 | e5b086efbdb3e58face5b09eefbda2efbdb1 |
UHC | ??召??? | 00111111001111111110000110101111001111110011111100111111 | 3f3fe1af3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)