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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莟∝イ聰 | 11100100101011111000000111100101101100101110001111100000 | e4af81e5b2e3e0 |
EUC-JP | 莟∝イ聰 | 1110100010110001101000101110011110001110101100101110011011100010 | e8b1a2e78eb2e6e2 |
UTF-8 | 莟∝イ聰 | 111010001000111010011111111000101000100010011101111011111011110110110010111010001000000110110000 | e88e9fe2889defbdb2e881b0 |
UHC | ?∝?聰 | 001111111010000111110000001111111111010111000110 | 3fa1f03ff5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)