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 | 将ウ「フ召珉 | 100011111010101110110011101000101100110010001111101000101111101101100001 | 8fabb3a2cc8fa2fb61 |
EUC-JP | 将ウ「フ召珉 | 10111110101011011000111010110011100011101010001010001110110011001011111010100100100011111100101111101010 | bead8eb38ea28eccbea48fcbea |
UTF-8 | 将ウ「フ召珉 | 111001011011000010000110111011111011110110110011111011111011110110100010111011111011111010001100111001011000111110101100111001111000111110001001 | e5b086efbdb3efbda2efbe8ce58face78f89 |
UHC | ????召珉 | 0011111100111111001111110011111111100001101011111101101011001000 | 3f3f3f3fe1afdac8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)