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 | 愉輕?? | 100101101111100111100111011010100011111100111111 | 96f9e76a3f3f |
EUC-JP | 愉輕?? | 110011001111101111101101110010110011111100111111 | ccfbedcb3f3f |
UTF-8 | 愉輕렋쯩 | 111001101000010010001001111010001011110010010101111010111010000010001011111011001010111110101001 | e68489e8bc95eba08becafa9 |
UHC | 愉輕렋쯩 | 1110101011110000110011001110111010001110101000101100001011101101 | eaf0ccee8ea2c2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)