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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 竅晩 | 11100010100000011001010011010011 | e28194d3 |
EUC-JP | 竅晩 | 11100011111000011100100011010101 | e3e1c8d5 |
UTF-8 | 竅晩 | 111001111010101110000101111001101001100110101001 | e7ab85e699a9 |
UHC | 竅晩 | 11010000101010111101100010111001 | d0abd8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)