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 | R] | 100100010101001001011101 | 91525d |
SJIS-WIN | ?R] | 001111110101001001011101 | 3f525d |
EUC-JP | ?R] | 001111110101001001011101 | 3f525d |
UTF-8 | R] | 11000010100100010101001001011101 | c291525d |
UHC | ?R] | 001111110101001001011101 | 3f525d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)