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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?蓑痲 | 0011111110010110101010101110000110000100 | 3f96aae184 |
EUC-JP | ?蓑痲 | 0011111111001100101011001110000111100100 | 3fccace1e4 |
UTF-8 | 流蓑痲 | 111011111010011110001010111010001001001110010001111001111001011110110010 | efa78ae89391e797b2 |
UHC | 流蓑痲 | 111010101111110011011110111011101101100010100110 | eafcdeeed8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)