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 | 稔??巍 | 100101101010101100111111001111111001101111011001 | 96ab3f3f9bd9 |
EUC-JP | 稔??巍 | 110011001010110100111111001111111101011011011011 | ccad3f3fd6db |
UTF-8 | 稔쏙쉿巍 | 111001111010100010010100111011001000111110011001111011001000100110111111111001011011011110001101 | e7a894ec8f99ec89bfe5b78d |
UHC | 稔쏙쉿巍 | 1110110011111001101111011110111110111101101100101110100011100100 | ecf9bdefbdb2e8e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)