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 | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | ?逗k | 00111111100100001000000001101011 | 3f90806b |
EUC-JP | ?逗k | 00111111101111111110000001101011 | 3fbfe06b |
UTF-8 | 저逗k | 11101100101000001000000011101001100000001001011101101011 | eca080e980976b |
UHC | 저逗k | 1100000011111010110101001110100001101011 | c0fad4e86b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)