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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ??“猶?\ | 0011111100111111100000010110011110010111010100000011111101011100 | 3f3f816797503f5c |
EUC-JP | ??“猶?\ | 0011111100111111101000011100100011001101101100010011111101011100 | 3f3fa1c8cdb13f5c |
UTF-8 | 緣쏅“猶딯\ | 11100111101101111010001111101100100011111000010111100010100000001001110011100111100011001011011011101011100101001010111101011100 | e7b7a3ec8f85e2809ce78cb6eb94af5c |
UHC | 緣쏅“猶딯\ | 1110011011011110100110111110101110100001101100001110101110100010100010110100110001011100 | e6de9beba1b0eba28b4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)