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 | 隱?┤寃 | 11101000101010100011111110000100101001111001101110000011 | e8aa3f84a79b83 |
EUC-JP | 隱?┤寃 | 11110000101011000011111110101000101010011101010111100011 | f0ac3fa8a9d5e3 |
UTF-8 | 隱잞┤寃 | 111010011001101010110001111011001001111010011110111000101001010010100100111001011010111110000011 | e99ab1ec9e9ee294a4e5af83 |
UHC | 隱잞┤寃 | 1110101111011111100111111110111110100110101010011110101010110010 | ebdf9fefa6a9eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)