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 | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
EUC-JP | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
UTF-8 | 젊댐쿳k | 11101100101000001000101011101011100011001001000011101100101111111011001101101011 | eca08aeb8c90ecbfb36b |
UHC | 젊댐쿳k | 11000000111111101011010011101111110001001111001101101011 | c0feb4efc4f36b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)