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 | 茫e梱糅 | 1110010010101001100000101000010110001101101010111110001011110000 | e4a982858dabe2f0 |
EUC-JP | 茫e梱糅 | 1110100010101011101000111110010110111010101011011110010011110010 | e8aba3e5baade4f2 |
UTF-8 | 茫e梱糅 | 111010001000110010101011111011111011110110000101111001101010001010110001111001111011001110000101 | e88cabefbd85e6a2b1e7b385 |
UHC | 茫e梱? | 11011000110101001010001111100101110011011110000100111111 | d8d4a3e5cde13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)