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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 營??昻? | 10011010011110100011111100111111111110101101000000111111 | 9a7a3f3ffad03f |
EUC-JP | 營???? | 110100111101101100111111001111110011111100111111 | d3db3f3f3f3f |
UTF-8 | 營잞퐣昻앲 | 111001111000011110011111111011001001111010011110111011011001000010100011111001101001100010111011111011001001010110110010 | e7879fec9e9eed90a3e698bbec95b2 |
UHC | 營잞퐣昻앲 | 11100111101111011001111111101111101111011000110011100100111010011001110111101000 | e7bd9fefbd8ce4e99de8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)